mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-16 09:46:22 +00:00
Doxygen Updates Janitor Work
* Whitespace, doc-blocks, spelling, case, missing and incorrect tags. * Add cleanup to Makefile for the Doxygen configuration update * Start updating Doxygen configuration for cleaner output * Enable inclusion of configuration files into documentation * remove mantisworkflow... * update documentation README * Add markup to Tilghman's email and talk with him about updating his email, he knows... * no code changes on this commit other than the mentioned Makefile change (issue ASTERISK-20259) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@373384 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
*
|
||||
* \brief ODBC CEL backend
|
||||
*
|
||||
* \author Tilghman Lesher <tlesher AT digium DOT com>
|
||||
* \author Tilghman Lesher \verbatim <tlesher AT digium DOT com> \endverbatim
|
||||
* \ingroup cel_drivers
|
||||
*/
|
||||
|
||||
|
@@ -65,7 +65,9 @@ static const char name[] = "cel_sqlite3_custom";
|
||||
static sqlite3 *db = NULL;
|
||||
|
||||
static char table[80];
|
||||
/*! XXX \bug Handling of this var is crash prone on reloads */
|
||||
/*!
|
||||
* \bug Handling of this var is crash prone on reloads
|
||||
*/
|
||||
static char *columns;
|
||||
static struct ast_event_sub *event_sub = NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user