Module: sip-router
Branch: janakj/mysql
Commit: a37c75afb9470772e0e44184004b73c42aa81ac6
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a37c75a…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Henning Westerholt <henning.westerholt(a)1und1.de>
Date: Tue Jun 17 13:06:28 2008 +0000
- fix database related doxygen errors
git-svn-id:
https://openser.svn.sourceforge.net/svnroot/openser/trunk@4398
689a6050-402a-0410-94f2-e92a70836424
---
modules/db_mysql/km_dbase.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/modules/db_mysql/km_dbase.c b/modules/db_mysql/km_dbase.c
index e4f78ba..410648a 100644
--- a/modules/db_mysql/km_dbase.c
+++ b/modules/db_mysql/km_dbase.c
@@ -24,7 +24,7 @@
*/
/**
- * \class mysql/dbase.c
+ * \file
* \brief Implementation of core functions for the MySQL driver.
*
* This file contains the implementation of core functions for the MySQL
@@ -237,6 +237,7 @@ int db_mysql_free_result(db_con_t* _h, db_res_t* _r)
* \param _n number of key=values pairs to compare
* \param _nc number of columns to return
* \param _o order by the specified column
+ * \param _r pointer to a structure representing the result
* \return zero on success, negative value on failure
*/
int db_mysql_query(const db_con_t* _h, const db_key_t* _k, const db_op_t* _op,