[Openvas-commits] r3402 - in trunk/openvas-client: . doc
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon May 18 11:06:53 CEST 2009
Author: felix
Date: 2009-05-18 11:06:52 +0200 (Mon, 18 May 2009)
New Revision: 3402
Modified:
trunk/openvas-client/ChangeLog
trunk/openvas-client/doc/Doxyfile
Log:
* doc/Doxyfile: Turn EXTRACT_ALL off, to enable warnings about missing
function docs.
Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog 2009-05-18 09:00:58 UTC (rev 3401)
+++ trunk/openvas-client/ChangeLog 2009-05-18 09:06:52 UTC (rev 3402)
@@ -1,5 +1,10 @@
2009-05-18 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+ * doc/Doxyfile: Turn EXTRACT_ALL off, to enable warnings about missing
+ function docs.
+
+2009-05-18 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+
Towards automatic generation of 'lsc user installer/packages'.
Therefore filenames for the generated installers/packages have to be
found and it has to be known if the tool to create the installer/package
Modified: trunk/openvas-client/doc/Doxyfile
===================================================================
--- trunk/openvas-client/doc/Doxyfile 2009-05-18 09:00:58 UTC (rev 3401)
+++ trunk/openvas-client/doc/Doxyfile 2009-05-18 09:06:52 UTC (rev 3402)
@@ -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