summaryrefslogtreecommitdiffstats
path: root/server/parser/xmlparser.c
diff options
context:
space:
mode:
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>