[PVFS2-CVS] commit by rbross in pvfs2/doc/doxygen: pvfs2-doxygen.conf

CVS commit program cvs at parl.clemson.edu
Tue Jan 11 12:46:48 EST 2005


Update of /projects/cvsroot/pvfs2/doc/doxygen
In directory parlweb:/tmp/cvs-serv32244/doc/doxygen

Modified Files:
	pvfs2-doxygen.conf 
Log Message:
Comment.


Index: pvfs2-doxygen.conf
===================================================================
RCS file: /projects/cvsroot/pvfs2/doc/doxygen/pvfs2-doxygen.conf,v
diff -p -u -r1.6 -r1.7
--- pvfs2-doxygen.conf	11 Jan 2005 17:45:03 -0000	1.6
+++ pvfs2-doxygen.conf	11 Jan 2005 17:46:47 -0000	1.7
@@ -217,8 +217,12 @@ EXTRACT_PRIVATE        = NO
 
 # If the EXTRACT_STATIC tag is set to YES all static members of a file 
 # will be included in the documentation.
+#
+# NOTE: This gets us static function documentation, but only if we
+#       actually document the function.  This is good for things like
+#       the kernel module code, where important functions are often
+#       static because they are referenced only in some structure.
 
-# EXTRACT_STATIC         = NO 01/11/2005
 EXTRACT_STATIC         = YES
 
 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) 



More information about the PVFS2-CVS mailing list