From 1d57ccb6f70f41fb1a50fa9546b8a380bc234d5c Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 7 Jun 2007 23:07:25 +0000 Subject: Fix a bunch of doxygen errors and document more things (issue #9842, snuffy) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68339 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_config_sqlite.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'res/res_config_sqlite.c') 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() */ -- cgit v1.2.3