mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
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
This commit is contained in:
@@ -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()
|
||||
*/
|
||||
|
Reference in New Issue
Block a user