aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_config_sqlite.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-07 23:07:25 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-07 23:07:25 +0000
commitae627acb2f62a5543c8a91dedd70df665a29ef92 (patch)
tree63511aee5f2aa3d7e507b9e82756c21260f94d8b /res/res_config_sqlite.c
parent1fa77ee7a01bc97d858d1a5c4238729e29547f07 (diff)
Fix a bunch of doxygen errors and document more things
(issue #9842, snuffy) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@68339 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_config_sqlite.c')
-rw-r--r--res/res_config_sqlite.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/res_config_sqlite.c b/res/res_config_sqlite.c
index 01bc7a493..a5bc1ef06 100644
--- a/res/res_config_sqlite.c
+++ b/res/res_config_sqlite.c
@@ -88,7 +88,7 @@
*/
/*!
- * \file res_sqlite.c
+ * \file
* \brief res_sqlite module.
*/
@@ -298,6 +298,7 @@ static int add_cfg_entry(void *arg, int argc, char **argv, char **columnNames);
* \param table the table to use
* \param file the file to load from the database
* \param cfg the struct ast_config object to use when storing variables
+ * \param withcomments Integer. Flag
* \return NULL if an error occurred, cfg otherwise
* \see add_cfg_entry()
*/