summaryrefslogtreecommitdiffstats
path: root/server/parser/xmlparser.c
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2009-10-21 11:14:15 +0200
committerDavid Sommerseth <davids@redhat.com>2009-10-21 11:14:15 +0200
commit402d74dc6a266d37fa7ba6b67d39e70d0f098256 (patch)
tree1f02213e5f26f71eb48a7a088c1349e64e0f212f /server/parser/xmlparser.c
parent4e55dc6370b5b92cb2ed3ee93599ecbd72ddccf4 (diff)
Corrected missing or misleading doxygen comments
Diffstat (limited to 'server/parser/xmlparser.c')
-rw-r--r--server/parser/xmlparser.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/server/parser/xmlparser.c b/server/parser/xmlparser.c
index 7d14eca..bb7e7fd 100644
--- a/server/parser/xmlparser.c
+++ b/server/parser/xmlparser.c
@@ -16,6 +16,16 @@
* General Public License for more details.
*/
+/**
+ * @file xmlparser.c
+ * @author David Sommerseth <davids@redhat.com>
+ * @date Wed Oct 21 10:58:53 2009
+ *
+ * @brief Parses summary.xml reports from rteval into a standardised XML format
+ * which is useful when putting data into a database.
+ *
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>