gtk-doc r625 - in trunk: . tests/annotations/docs tests/bugs/docs tests/gobject/docs tests/gobject/docs-tmpl



Author: stefkost
Date: Tue Dec  2 12:57:10 2008
New Revision: 625
URL: http://svn.gnome.org/viewvc/gtk-doc?rev=625&view=rev

Log:
	* TODO:
	  Planning.
	* gtk-doc.make:
	* gtk-doc.notmpl.make:
	  Remove the sh -c here now that its back in scanobj.
	* tests/annotations/docs/tester-docs.xml:
	* tests/bugs/docs/tester-docs.xml:
	* tests/gobject/docs-tmpl/tester-docs.xml:
	* tests/gobject/docs/tester-docs.xml:
	  Cosmetic template update.



Modified:
   trunk/ChangeLog
   trunk/TODO
   trunk/gtk-doc.make
   trunk/gtk-doc.notmpl.make
   trunk/tests/annotations/docs/tester-docs.xml
   trunk/tests/bugs/docs/tester-docs.xml
   trunk/tests/gobject/docs-tmpl/tester-docs.xml
   trunk/tests/gobject/docs/tester-docs.xml

Modified: trunk/TODO
==============================================================================
--- trunk/TODO	(original)
+++ trunk/TODO	Tue Dec  2 12:57:10 2008
@@ -78,6 +78,8 @@
   * xsltproc + passivetex
     pdflatex "&pdfxmltex" tester-docs.fo
     xmltex tester-docs.fo
+  * jade
+    docbook2pdf -e no-valid tester-docs.sgml
 
   * bugs/problems/howto
     * xmlto via passivetex
@@ -156,3 +158,13 @@
 * would be good to have a language attribute in book tag to allow filter by language
 * look at /usr/share/gtk-doc/html/pygobject/index.html
 
+= linking to sources =
+- what about a template URL containing a %s for the "path/file". 
+  http://svn.gnome.org/viewvc/gtk-doc/trunk/tests/gobject/src/gobject.c?view=markup
+  http://buzztard.svn.sourceforge.net/viewvc/buzztard/trunk/buzztard/src/lib/core/core.c?view=markup
+  - unfortunately we can't link to symbols
+  - linking to files is difficult as in gtkdoc we have modules
+
+= more bookinfo data =
+http://www.docbook.org/tdg/en/html/bookinfo.html
+e.g. copyright and legalnotice

Modified: trunk/gtk-doc.make
==============================================================================
--- trunk/gtk-doc.make	(original)
+++ trunk/gtk-doc.make	Tue Dec  2 12:57:10 2008
@@ -11,7 +11,7 @@
 else
 GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
-GTKDOC_RUN = sh -c
+GTKDOC_RUN =
 endif
 
 # We set GPATH here; this gives us semantics for GNU make

Modified: trunk/gtk-doc.notmpl.make
==============================================================================
--- trunk/gtk-doc.notmpl.make	(original)
+++ trunk/gtk-doc.notmpl.make	Tue Dec  2 12:57:10 2008
@@ -11,7 +11,7 @@
 else
 GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
-GTKDOC_RUN = sh -c
+GTKDOC_RUN =
 endif
 
 # We set GPATH here; this gives us semantics for GNU make

Modified: trunk/tests/annotations/docs/tester-docs.xml
==============================================================================
--- trunk/tests/annotations/docs/tester-docs.xml	(original)
+++ trunk/tests/annotations/docs/tester-docs.xml	Tue Dec  2 12:57:10 2008
@@ -8,7 +8,7 @@
   <bookinfo>
     <title>tester Reference Manual</title>
     <releaseinfo>
-      for tester [VERSION]
+      for tester [VERSION].
       The latest version of this documentation can be found on-line at
       <ulink role="online-location" url="http://[SERVER]/tester/index.html";>http://[SERVER]/tester/</ulink>.
     </releaseinfo>

Modified: trunk/tests/bugs/docs/tester-docs.xml
==============================================================================
--- trunk/tests/bugs/docs/tester-docs.xml	(original)
+++ trunk/tests/bugs/docs/tester-docs.xml	Tue Dec  2 12:57:10 2008
@@ -8,7 +8,7 @@
   <bookinfo>
     <title>tester Reference Manual</title>
     <releaseinfo>
-      for tester [VERSION]
+      for tester [VERSION].
       The latest version of this documentation can be found on-line at
       <ulink role="online-location" url="http://[SERVER]/tester/index.html";>http://[SERVER]/tester/</ulink>.
     </releaseinfo>

Modified: trunk/tests/gobject/docs-tmpl/tester-docs.xml
==============================================================================
--- trunk/tests/gobject/docs-tmpl/tester-docs.xml	(original)
+++ trunk/tests/gobject/docs-tmpl/tester-docs.xml	Tue Dec  2 12:57:10 2008
@@ -8,7 +8,7 @@
   <bookinfo>
     <title>tester Reference Manual</title>
     <releaseinfo>
-      for tester [VERSION]
+      for tester [VERSION].
       The latest version of this documentation can be found on-line at
       <ulink role="online-location" url="http://[SERVER]/tester/index.html";>http://[SERVER]/tester/</ulink>.
     </releaseinfo>

Modified: trunk/tests/gobject/docs/tester-docs.xml
==============================================================================
--- trunk/tests/gobject/docs/tester-docs.xml	(original)
+++ trunk/tests/gobject/docs/tester-docs.xml	Tue Dec  2 12:57:10 2008
@@ -8,7 +8,7 @@
   <bookinfo>
     <title>tester Reference Manual</title>
     <releaseinfo>
-      for tester [VERSION]
+      for tester [VERSION].
       The latest version of this documentation can be found on-line at
       <ulink role="online-location" url="http://[SERVER]/tester/index.html";>http://[SERVER]/tester/</ulink>.
     </releaseinfo>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]