aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_config_sqlite.c
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-05 16:31:39 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-05 16:31:39 +0000
commitaa519b18f86a36fbd119a62a72d2ee907d891c91 (patch)
treef7633ff4bac526f50ea47b6d518c8d132ac84b6e /res/res_config_sqlite.c
parentf6763ca4b364721de15453dcc2b927d329eafdd0 (diff)
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
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 2f9cdedd4..5797ba6f0 100644
--- a/res/res_config_sqlite.c
+++ b/res/res_config_sqlite.c
@@ -261,7 +261,7 @@ static void unload_config(void);
/*!
* \brief Asterisk callback function for CDR support.
- * \param cdr the CDR entry Asterisk sends us
+ * \param cdr the CDR entry Asterisk sends us.
*
* Asterisk will call this function each time a CDR entry must be logged if
* CDR support is enabled.
@@ -301,6 +301,7 @@ static int add_cfg_entry(void *arg, int argc, char **argv, char **columnNames);
* \param file the file to load from the database
* \param cfg the struct ast_config object to use when storing variables
* \param flags Optional flags. Not used.
+ * \param suggested_incl suggest include.
* \retval cfg object
* \retval NULL if an error occurred
* \see add_cfg_entry()