From 9ab14fa4b7287dd8cb3e36879d9dd018986ca695 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Thu, 22 Oct 2009 17:17:56 +0200 Subject: Fixed doxygen errors --- server/parser/pgsql.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/parser/pgsql.c') diff --git a/server/parser/pgsql.c b/server/parser/pgsql.c index 2d48289..2b25412 100644 --- a/server/parser/pgsql.c +++ b/server/parser/pgsql.c @@ -48,6 +48,8 @@ * Connect to a database, based on the given configuration * * @param cfg eurephiaVALUES containing the configuration + * @param id Database connection ID. Used to identify which thread is doing what with the database + * @param log Log context, where all logging will go * * @return Returns a database connection context */ -- cgit