[Openvas-commits] r3401 - trunk/openvas-manager/doc
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon May 18 11:00:58 CEST 2009
Author: mattm
Date: 2009-05-18 11:00:58 +0200 (Mon, 18 May 2009)
New Revision: 3401
Modified:
trunk/openvas-manager/doc/Doxyfile
Log:
Turn EXTRACT_ALL on, to enable warnings about missing function docs.
Modified: trunk/openvas-manager/doc/Doxyfile
===================================================================
--- trunk/openvas-manager/doc/Doxyfile 2009-05-18 08:58:55 UTC (rev 3400)
+++ trunk/openvas-manager/doc/Doxyfile 2009-05-18 09:00:58 UTC (rev 3401)
@@ -228,7 +228,7 @@
# Private class members and static file members will be hidden unless
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
-EXTRACT_ALL = YES
+EXTRACT_ALL = NO
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
# will be included in the documentation.
More information about the Openvas-commits
mailing list