summaryrefslogtreecommitdiffstats
path: root/server/parser/pgsql.h
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/pgsql.h
parent4e55dc6370b5b92cb2ed3ee93599ecbd72ddccf4 (diff)
Corrected missing or misleading doxygen comments
Diffstat (limited to 'server/parser/pgsql.h')
-rw-r--r--server/parser/pgsql.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/server/parser/pgsql.h b/server/parser/pgsql.h
index 4238e5b..1ea8feb 100644
--- a/server/parser/pgsql.h
+++ b/server/parser/pgsql.h
@@ -1,11 +1,6 @@
/*
* Copyright (C) 2009 Red Hat Inc.
*
- * David Sommerseth <davids@redhat.com>
- *
- * Takes a standardised XML document (from parseToSQLdata()) and does
- * the database operations based on that input
- *
* This application is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation; version 2.
@@ -16,6 +11,16 @@
* General Public License for more details.
*/
+/**
+ * @file pgsql.h
+ * @author David Sommerseth <davids@redhat.com>
+ * @date Wed Oct 13 17:44:35 2009
+ *
+ * @brief Database API for the PostgreSQL database.
+ *
+ *
+ */
+
#ifndef _RTEVAL_PGSQL_H
#define _RTEVAL_PGSQL_H