Update of /usr/cvsroot/asterisk/funcs
In directory mongoose.digium.com:/tmp/cvs-serv2226/funcs

Modified Files:
        func_callerid.c func_cdr.c func_db.c func_enum.c func_env.c 
        func_groupcount.c func_language.c func_logic.c func_math.c 
        func_md5.c func_moh.c func_strings.c func_timeout.c func_uri.c 
        pbx_functions.c 
Log Message:
Doxygen documentation update from oej (issue #5505)


Index: func_callerid.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_callerid.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- func_callerid.c     14 Sep 2005 20:46:50 -0000      1.6
+++ func_callerid.c     24 Oct 2005 20:12:06 -0000      1.7
@@ -14,9 +14,9 @@
  * at the top of the source tree.
  */
 
-/*
+/*! \file
  *
- * Caller ID related dialplan functions
+ * \brief Caller ID related dialplan functions
  * 
  */
 

Index: func_cdr.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_cdr.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- func_cdr.c  14 Sep 2005 20:46:50 -0000      1.6
+++ func_cdr.c  24 Oct 2005 20:12:06 -0000      1.7
@@ -16,9 +16,9 @@
  * at the top of the source tree.
  */
 
-/*
+/*! \file
  *
- * Call Detail Record related dialplan functions
+ * \brief  Call Detail Record related dialplan functions
  * 
  */
 

Index: func_db.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_db.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- func_db.c   14 Sep 2005 20:46:50 -0000      1.6
+++ func_db.c   24 Oct 2005 20:12:06 -0000      1.7
@@ -18,9 +18,9 @@
  * at the top of the source tree.
  */
 
-/*
+/*! \file
  *
- * Functions for interaction with the Asterisk database
+ * \brief Functions for interaction with the Asterisk database
  * 
  */
 

Index: func_enum.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_enum.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- func_enum.c 18 Oct 2005 21:06:48 -0000      1.4
+++ func_enum.c 24 Oct 2005 20:12:06 -0000      1.5
@@ -18,10 +18,10 @@
  * at the top of the source tree.
  */
 
-/*
- *
- * Enum Functions
+/*! \file
  *
+ * \brief ENUM Functions
+ * \arg See also AstENUM
  */
 
 #include <stdlib.h>

Index: func_env.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_env.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- func_env.c  14 Sep 2005 20:46:50 -0000      1.4
+++ func_env.c  24 Oct 2005 20:12:06 -0000      1.5
@@ -14,9 +14,9 @@
  * at the top of the source tree.
  */
 
-/*
+/*! \file
  *
- * Environment related dialplan functions
+ * \brief Environment related dialplan functions
  * 
  */
 

Index: func_groupcount.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_groupcount.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- func_groupcount.c   14 Sep 2005 20:46:50 -0000      1.7
+++ func_groupcount.c   24 Oct 2005 20:12:06 -0000      1.8
@@ -14,9 +14,9 @@
  * at the top of the source tree.
  */
 
-/*
+/*! \file
  *
- * Channel group related dialplan functions
+ * \brief Channel group related dialplan functions
  * 
  */
 

Index: func_language.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_language.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- func_language.c     14 Sep 2005 20:46:50 -0000      1.3
+++ func_language.c     24 Oct 2005 20:12:06 -0000      1.4
@@ -14,9 +14,9 @@
  * at the top of the source tree.
  */
 
-/*
+/*! \file
  *
- * Language related dialplan functions
+ * \brief Language related dialplan functions
  * 
  */
 

Index: func_logic.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_logic.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- func_logic.c        14 Sep 2005 20:46:50 -0000      1.10
+++ func_logic.c        24 Oct 2005 20:12:06 -0000      1.11
@@ -15,9 +15,9 @@
  * at the top of the source tree.
  */
 
-/*
+/*! \file
  * 
- * Conditional logic dialplan functions
+ * \brief Conditional logic dialplan functions
  * 
  */
 

Index: func_math.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_math.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- func_math.c 14 Sep 2005 20:46:50 -0000      1.2
+++ func_math.c 24 Oct 2005 20:12:06 -0000      1.3
@@ -16,9 +16,9 @@
  * at the top of the source tree.
  */
 
-/*
+/*! \file
  *
- * Maths relatad dialplan functions
+ * \brief Maths relatad dialplan functions
  * 
  */
 

Index: func_md5.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_md5.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- func_md5.c  14 Sep 2005 20:46:50 -0000      1.5
+++ func_md5.c  24 Oct 2005 20:12:06 -0000      1.6
@@ -16,9 +16,9 @@
  * at the top of the source tree.
  */
 
-/*
+/*! \file
  *
- * MD5 digest related dialplan functions
+ * \brief MD5 digest related dialplan functions
  * 
  */
 

Index: func_moh.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_moh.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- func_moh.c  14 Sep 2005 20:46:50 -0000      1.2
+++ func_moh.c  24 Oct 2005 20:12:06 -0000      1.3
@@ -16,9 +16,9 @@
  * at the top of the source tree.
  */
 
-/*
+/*! \file
  *
- * Functions for reading or setting the MusicOnHold class
+ * \brief Functions for reading or setting the MusicOnHold class
  * 
  */
 

Index: func_strings.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_strings.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- func_strings.c      17 Oct 2005 17:54:32 -0000      1.11
+++ func_strings.c      24 Oct 2005 20:12:06 -0000      1.12
@@ -16,9 +16,9 @@
  * at the top of the source tree.
  */
 
-/*
+/*! \file
  *
- * String manipulation dialplan functions
+ * \brief String manipulation dialplan functions
  * 
  */
 

Index: func_timeout.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_timeout.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- func_timeout.c      14 Sep 2005 20:46:50 -0000      1.3
+++ func_timeout.c      24 Oct 2005 20:12:06 -0000      1.4
@@ -16,9 +16,9 @@
  * at the top of the source tree.
  */
 
-/*
+/*! \file
  *
- * Channel timeout related dialplan functions
+ * \brief Channel timeout related dialplan functions
  * 
  */
 

Index: func_uri.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_uri.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- func_uri.c  14 Sep 2005 20:46:50 -0000      1.2
+++ func_uri.c  24 Oct 2005 20:12:06 -0000      1.3
@@ -16,12 +16,12 @@
  * at the top of the source tree.
  */
 
-/*
+/*! \file
  *
- * URI encoding / decoding
+ * \brief URI encoding / decoding
  * 
- * For now this code only supports 8 bit characters, not unicode,
- * which we ultimately will need to support.
+ * \note For now this code only supports 8 bit characters, not unicode,
+         which we ultimately will need to support.
  * 
  */
 
@@ -40,7 +40,7 @@
 #include "asterisk/app.h"
 #include "asterisk/module.h"
 
-/*--- builtin_function_uriencode: Encode URL according to RFC 2396 */
+/*! \brief builtin_function_uriencode: Encode URL according to RFC 2396 */
 static char *builtin_function_uriencode(struct ast_channel *chan, char *cmd, 
char *data, char *buf, size_t len) 
 {
        char uri[BUFSIZ];
@@ -56,7 +56,7 @@
        return buf;
 }
 
-/*--- builtin_function_uridecode: Decode URI according to RFC 2396 */
+/*!\brief builtin_function_uridecode: Decode URI according to RFC 2396 */
 static char *builtin_function_uridecode(struct ast_channel *chan, char *cmd, 
char *data, char *buf, size_t len) 
 {
        if (!data || ast_strlen_zero(data)) {

Index: pbx_functions.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/pbx_functions.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pbx_functions.c     14 Sep 2005 20:46:50 -0000      1.5
+++ pbx_functions.c     24 Oct 2005 20:12:06 -0000      1.6
@@ -16,9 +16,9 @@
  * at the top of the source tree.
  */
 
-/*
+/*! \file
  *
- * Builtin dialplan functions
+ * \brief Builtin dialplan functions
  * 
  */
 

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to