[Openvas-commits] r3326 - in trunk/openvas-manager: . doc src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon May 11 12:50:43 CEST 2009


Author: mattm
Date: 2009-05-11 12:50:42 +0200 (Mon, 11 May 2009)
New Revision: 3326

Modified:
   trunk/openvas-manager/ChangeLog
   trunk/openvas-manager/doc/Doxyfile
   trunk/openvas-manager/src/openvasmd.c
Log:
	* doc/Doxyfile (INPUT): Add src/tasks_sql.h and src/tasks_fs.h.

	* src/openvasmd.c (\mainpage): Note src/tasks_sql.h and src/tasks_fs.h.


Modified: trunk/openvas-manager/ChangeLog
===================================================================
--- trunk/openvas-manager/ChangeLog	2009-05-11 10:45:33 UTC (rev 3325)
+++ trunk/openvas-manager/ChangeLog	2009-05-11 10:50:42 UTC (rev 3326)
@@ -1,7 +1,13 @@
 2009-05-11  Matthew Mundell <matt at mundell.ukfsn.org>
 
-	* (README): Revert sentence about connecting as though to server.
+	* doc/Doxyfile (INPUT): Add src/tasks_sql.h and src/tasks_fs.h.
 
+	* src/openvasmd.c (\mainpage): Note src/tasks_sql.h and src/tasks_fs.h.
+
+2009-05-11  Matthew Mundell <matt at mundell.ukfsn.org>
+
+	* README: Revert sentence about connecting as though to server.
+
 2009-05-11  Matthew Mundell <mmundell at intevation.de>
 
 	Address remaining warnings.

Modified: trunk/openvas-manager/doc/Doxyfile
===================================================================
--- trunk/openvas-manager/doc/Doxyfile	2009-05-11 10:45:33 UTC (rev 3325)
+++ trunk/openvas-manager/doc/Doxyfile	2009-05-11 10:50:42 UTC (rev 3326)
@@ -465,6 +465,8 @@
                          src/logf.h \
                          src/tracef.h \
 						 src/manage.c \
+						 src/tasks_sql.h \
+						 src/tasks_fs.h \
 						 src/ovas-mngr-comm.c \
 						 src/otp.c \
 						 src/omp.c \

Modified: trunk/openvas-manager/src/openvasmd.c
===================================================================
--- trunk/openvas-manager/src/openvasmd.c	2009-05-11 10:45:33 UTC (rev 3325)
+++ trunk/openvas-manager/src/openvasmd.c	2009-05-11 10:50:42 UTC (rev 3326)
@@ -61,7 +61,8 @@
  * The OTP library is defined in src/\ref otp.c.  The OMP library is defined
  * in src/\ref omp.c.  Both the OMP and OTP libraries use the Manage library
  * to manage credentials and tasks.  The manage
- * library is defined in src/\ref manage.c.
+ * library is defined in src/\ref manage.c, src/\ref tasks_sql.h and
+ * src/\ref tasks_fs.h.
  *
  * The OTP and Manage libraries both use the Comm library to communication
  * with the OTP server (src/\ref ovas-mngr-comm.c).  There are also two



More information about the Openvas-commits mailing list