[asterisk-commits] lathama: branch lathama/doxygencleanups r373382 - in /team/lathama/doxygencle...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Sep 22 14:35:10 CDT 2012
Author: lathama
Date: Sat Sep 22 14:35:06 2012
New Revision: 373382
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=373382
Log:
Doxygen doc block updates
Modified:
team/lathama/doxygencleanups/cel/cel_sqlite3_custom.c
team/lathama/doxygencleanups/channels/chan_sip.c
Modified: team/lathama/doxygencleanups/cel/cel_sqlite3_custom.c
URL: http://svnview.digium.com/svn/asterisk/team/lathama/doxygencleanups/cel/cel_sqlite3_custom.c?view=diff&rev=373382&r1=373381&r2=373382
==============================================================================
--- team/lathama/doxygencleanups/cel/cel_sqlite3_custom.c (original)
+++ team/lathama/doxygencleanups/cel/cel_sqlite3_custom.c Sat Sep 22 14:35:06 2012
@@ -65,7 +65,9 @@
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;
Modified: team/lathama/doxygencleanups/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/lathama/doxygencleanups/channels/chan_sip.c?view=diff&rev=373382&r1=373381&r2=373382
==============================================================================
--- team/lathama/doxygencleanups/channels/chan_sip.c (original)
+++ team/lathama/doxygencleanups/channels/chan_sip.c Sat Sep 22 14:35:06 2012
@@ -821,14 +821,13 @@
*/
static int can_parse_xml;
-/*! \name Object counters @{
+/*! \name Object counters
* \bug These counters are not handled in a thread-safe way ast_atomic_fetchadd_int()
* should be used to modify these values. */
static int speerobjs = 0; /*!< Static peers */
static int rpeerobjs = 0; /*!< Realtime peers */
static int apeerobjs = 0; /*!< Autocreated peer objects */
static int regobjs = 0; /*!< Registry objects */
-/* }@ */
static struct ast_flags global_flags[3] = {{0}}; /*!< global SIP_ flags */
static int global_t38_maxdatagram; /*!< global T.38 FaxMaxDatagram override */
More information about the asterisk-commits
mailing list