[Openvas-commits] r2795 - in trunk/openvas-client: . nessus

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Mar 16 10:09:46 CET 2009


Author: felix
Date: 2009-03-16 10:09:41 +0100 (Mon, 16 Mar 2009)
New Revision: 2795

Modified:
   trunk/openvas-client/ChangeLog
   trunk/openvas-client/nessus/context.c
Log:
* nessus/context.c: Doc added/improved.


Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog	2009-03-16 08:51:52 UTC (rev 2794)
+++ trunk/openvas-client/ChangeLog	2009-03-16 09:09:41 UTC (rev 2795)
@@ -1,5 +1,9 @@
 2009-03-16  Felix Wolfsteller <felix.wolfsteller at intevation.de>
 
+	* nessus/context.c: Doc added/improved.
+
+2009-03-16  Felix Wolfsteller <felix.wolfsteller at intevation.de>
+
 	Added filename field to severity_filter struct. Made severity_to_xml
 	static and access it only from the add and remove methods to ensure
 	persistent state between filter in memory and on disk.

Modified: trunk/openvas-client/nessus/context.c
===================================================================
--- trunk/openvas-client/nessus/context.c	2009-03-16 08:51:52 UTC (rev 2794)
+++ trunk/openvas-client/nessus/context.c	2009-03-16 09:09:41 UTC (rev 2795)
@@ -422,6 +422,11 @@
   }
 }
 
+/**
+ * @brief Recursively collects contexts found in and under the nessus_dir.
+ * 
+ * @param context Is queried for the nessus_dir preference.
+ */
 void
 context_collect (struct context *context)
 {
@@ -749,8 +754,8 @@
 
 
 /**
- * Fill the plugin preferences from the information read from the
- * report's nessusrc.
+ * @brief Fill the plugin preferences from the information read from the
+ * @brief report's nessusrc.
  */
 static void
 fill_plugin_prefs (struct context *context)



More information about the Openvas-commits mailing list