summaryrefslogtreecommitdiff
path: root/res/res_config_sqlite.c
diff options
context:
space:
mode:
authorLeif Madsen <leif@leifmadsen.com>2010-06-08 14:38:18 +0000
committerLeif Madsen <leif@leifmadsen.com>2010-06-08 14:38:18 +0000
commitc672763af85368f36138a8a2b3c0e60537845c20 (patch)
tree64c655c3bd700fc37317b092c146c7fe412b6fbd /res/res_config_sqlite.c
parent523e4e50bf0a61d113c6cba99127c85c64f3ab2c (diff)
Fix some doxygen warnings.
(closes issue #17336) Reported by: snuffy Patches: doxygen-fixes1.diff uploaded by snuffy (license 35) Tested by: russell git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@268969 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_config_sqlite.c')
-rw-r--r--res/res_config_sqlite.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/res_config_sqlite.c b/res/res_config_sqlite.c
index ef1e1808c..2007a81f6 100644
--- a/res/res_config_sqlite.c
+++ b/res/res_config_sqlite.c
@@ -272,6 +272,7 @@ static int add_cfg_entry(void *arg, int argc, char **argv, char **columnNames);
* \param cfg the struct ast_config object to use when storing variables
* \param flags Optional flags. Not used.
* \param suggested_incl suggest include.
+ * \param who_asked
* \retval cfg object
* \retval NULL if an error occurred
* \see add_cfg_entry()
@@ -298,6 +299,7 @@ static struct ast_config * config_handler(const char *database, const char *tabl
* \param ap the va_list object to parse
* \param params_ptr where the address of the params array is stored
* \param vals_ptr where the address of the vals array is stored
+ * \param warn
* \retval the number of elements in the arrays (which have the same size).
* \retval 0 if an error occurred.
*/