[Openvas-commits] r3403 - in trunk/openvas-libraries: . doc
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon May 18 11:33:18 CEST 2009
Author: mattm
Date: 2009-05-18 11:33:18 +0200 (Mon, 18 May 2009)
New Revision: 3403
Modified:
trunk/openvas-libraries/ChangeLog
trunk/openvas-libraries/doc/Doxyfile
Log:
* doc/Doxyfile (EXTRACT_ALL): Turn off, to enable warnings about
missing function docs.
Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog 2009-05-18 09:06:52 UTC (rev 3402)
+++ trunk/openvas-libraries/ChangeLog 2009-05-18 09:33:18 UTC (rev 3403)
@@ -1,3 +1,8 @@
+2009-05-18 Matthew Mundell <mmundell at intevation.de>
+
+ * doc/Doxyfile (EXTRACT_ALL): Turn off, to enable warnings about
+ missing function docs.
+
2009-05-13 Michael Wiegand <michael.wiegand at intevation.de>
* libopenvas/store.c: (store_plugin) Don't try to guess the path of the
Modified: trunk/openvas-libraries/doc/Doxyfile
===================================================================
--- trunk/openvas-libraries/doc/Doxyfile 2009-05-18 09:06:52 UTC (rev 3402)
+++ trunk/openvas-libraries/doc/Doxyfile 2009-05-18 09:33:18 UTC (rev 3403)
@@ -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