From aa519b18f86a36fbd119a62a72d2ee907d891c91 Mon Sep 17 00:00:00 2001 From: qwell Date: Wed, 5 Sep 2007 16:31:39 +0000 Subject: Doxygen cleanups/fixes. Closes issue #10654, patch by snuffy git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81560 f38db490-d61c-443f-a65b-d21fe96a405b --- res/res_config_odbc.c | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'res/res_config_odbc.c') diff --git a/res/res_config_odbc.c b/res/res_config_odbc.c index 6ce00ffa6..8455a07e5 100644 --- a/res/res_config_odbc.c +++ b/res/res_config_odbc.c @@ -98,7 +98,8 @@ static SQLHSTMT custom_prepare(struct odbc_obj *obj, void *data) * \brief Excute an SQL query and return ast_variable list * \param database * \param table - * \param ap list containing one or more field/operator/value set + * \param ap list containing one or more field/operator/value set. + * * Select database and preform query on table, prepare the sql statement * Sub-in the values to the prepared statement and execute it. Return results * as a ast_variable list. @@ -238,7 +239,8 @@ static struct ast_variable *realtime_odbc(const char *database, const char *tabl * \brief Excute an Select query and return ast_config list * \param database * \param table - * \param ap list containing one or more field/operator/value set + * \param ap list containing one or more field/operator/value set. + * * Select database and preform query on table, prepare the sql statement * Sub-in the values to the prepared statement and execute it. * Execute this prepared query against several ODBC connected databases. @@ -385,7 +387,8 @@ static struct ast_config *realtime_multi_odbc(const char *database, const char * * \param table * \param keyfield where clause field * \param lookup value of field for where clause - * \param ap list containing one or more field/value set(s) + * \param ap list containing one or more field/value set(s). + * * Update a database table, prepare the sql statement using keyfield and lookup * control the number of records to change. All values to be changed are stored in ap list. * Sub-in the values to the prepared statement and execute it. @@ -455,6 +458,7 @@ static int update_odbc(const char *database, const char *table, const char *keyf * \param database * \param table * \param ap list containing one or more field/value set(s) + * * Insert a new record into database table, prepare the sql statement. * All values to be changed are stored in ap list. * Sub-in the values to the prepared statement and execute it. @@ -530,7 +534,8 @@ static int store_odbc(const char *database, const char *table, va_list ap) * \param keyfield where clause field * \param lookup value of field for where clause * \param ap list containing one or more field/value set(s) - * Dlete a row from a database table, prepare the sql statement using keyfield and lookup + * + * Delete a row from a database table, prepare the sql statement using keyfield and lookup * control the number of records to change. Additional params to match rows are stored in ap list. * Sub-in the values to the prepared statement and execute it. * -- cgit v1.2.3