From 402d74dc6a266d37fa7ba6b67d39e70d0f098256 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Wed, 21 Oct 2009 11:14:15 +0200 Subject: Corrected missing or misleading doxygen comments --- server/parser/pgsql.h | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'server/parser/pgsql.h') 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 - * - * 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 + * @date Wed Oct 13 17:44:35 2009 + * + * @brief Database API for the PostgreSQL database. + * + * + */ + #ifndef _RTEVAL_PGSQL_H #define _RTEVAL_PGSQL_H -- cgit