mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 19:28:53 +00:00
Doxygen additions, corrections
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@56665 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -70,7 +70,7 @@ static int notes;
|
||||
development, this code can be properly re-instated
|
||||
*/
|
||||
|
||||
/* null definitions for structs passed down the infrastructure */
|
||||
/*! \brief null definitions for structs passed down the infrastructure */
|
||||
struct argapp
|
||||
{
|
||||
struct argapp *next;
|
||||
@@ -151,7 +151,7 @@ static pval *get_contxt(pval *p);
|
||||
static void remove_spaces_before_equals(char *str);
|
||||
static void substitute_commas(char *str);
|
||||
|
||||
/* I am adding this code to substitute commas with vertbars in the args to apps */
|
||||
/*! \brief I am adding this code to substitute commas with vertbars in the args to apps */
|
||||
static void substitute_commas(char *str)
|
||||
{
|
||||
char *p = str;
|
||||
|
Reference in New Issue
Block a user