ekiga r5887 - trunk



Author: sfre
Date: Mon Jan  7 23:17:22 2008
New Revision: 5887
URL: http://svn.gnome.org/viewvc/ekiga?rev=5887&view=rev

Log:
Doxygen: use TYPEDEF_HIDES_STRUCT for Gobjects


Modified:
   trunk/ChangeLog
   trunk/Doxyfile.in

Modified: trunk/Doxyfile.in
==============================================================================
--- trunk/Doxyfile.in	(original)
+++ trunk/Doxyfile.in	Mon Jan  7 23:17:22 2008
@@ -230,6 +230,16 @@
 
 SUBGROUPING            = YES
 
+# When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct (or union) is
+# documented as struct with the name of the typedef. So typedef struct TypeS 
+# {} TypeT, will appear in the documentation as a struct with name TypeT. When
+# disabled the typedef will appear as a member of a file, namespace, or class.
+# And the struct will be named TypeS. This can typically be useful for C code
+# where the coding convention is that all structs are typedef'ed and only the
+# typedef is referenced never the struct's name (e.g. GTK+).
+
+TYPEDEF_HIDES_STRUCT   = YES
+
 #---------------------------------------------------------------------------
 # Build related configuration options
 #---------------------------------------------------------------------------



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