From: <dg...@su...> - 2009-01-08 10:49:43
|
Author: bricks Date: Thu Jan 8 11:49:06 2009 New Revision: 5054 URL: http://www.opensync.org/changeset/5054 Log: optimise doxygen output for c code Modified: trunk/Doxyfile.in Modified: trunk/Doxyfile.in ============================================================================== --- trunk/Doxyfile.in Thu Jan 8 11:47:50 2009 (r5053) +++ trunk/Doxyfile.in Thu Jan 8 11:49:06 2009 (r5054) @@ -222,7 +222,7 @@ # If the EXTRACT_STATIC tag is set to YES all static members of a file # will be included in the documentation. -EXTRACT_STATIC = YES +EXTRACT_STATIC = NO # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) # defined locally in source files will be included in the documentation. |