gtk-doc r601 - in trunk: . tests/gobject/src



Author: stefkost
Date: Mon Sep 22 19:59:13 2008
New Revision: 601
URL: http://svn.gnome.org/viewvc/gtk-doc?rev=601&view=rev

Log:
	* tests/gobject/src/gobject.h:
	  Document some odd behaviour.



Modified:
   trunk/ChangeLog
   trunk/tests/gobject/src/gobject.h

Modified: trunk/tests/gobject/src/gobject.h
==============================================================================
--- trunk/tests/gobject/src/gobject.h	(original)
+++ trunk/tests/gobject/src/gobject.h	Mon Sep 22 19:59:13 2008
@@ -16,6 +16,10 @@
 typedef struct _GtkdocObject GtkdocObject;
 typedef struct _GtkdocObjectClass GtkdocObjectClass;
 
+/* in gtkdoc-scan::ScanHeader() we currently skip the enums, but output a decl
+* to -decl.txt and -decl-list.txt for the struct
+* If the symbol has no docs, we get a warning in -unused.txt
+*/
 typedef struct GtkdocHelperStruct GtkdocHelperStruct;
 typedef enum GtkdocHelperEnum GtkdocHelperEnum;
 



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