aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-24 20:12:06 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-24 20:12:06 +0000
commit2c3b3edc86c6999c3053c131972a3e29e7621bac (patch)
treeb3ba750361c8145e6c629b37179fb9f1750094b4 /funcs
parent009102fa0d7a8f95ef396d510a9a731f6f9f6f1e (diff)
Doxygen documentation update from oej (issue #5505)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6847 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs')
-rwxr-xr-xfuncs/func_callerid.c4
-rwxr-xr-xfuncs/func_cdr.c4
-rwxr-xr-xfuncs/func_db.c4
-rwxr-xr-xfuncs/func_enum.c6
-rwxr-xr-xfuncs/func_env.c4
-rwxr-xr-xfuncs/func_groupcount.c4
-rwxr-xr-xfuncs/func_language.c4
-rwxr-xr-xfuncs/func_logic.c4
-rwxr-xr-xfuncs/func_math.c4
-rwxr-xr-xfuncs/func_md5.c4
-rwxr-xr-xfuncs/func_moh.c4
-rwxr-xr-xfuncs/func_strings.c4
-rwxr-xr-xfuncs/func_timeout.c4
-rwxr-xr-xfuncs/func_uri.c12
-rwxr-xr-xfuncs/pbx_functions.c4
15 files changed, 35 insertions, 35 deletions
diff --git a/funcs/func_callerid.c b/funcs/func_callerid.c
index de24211fe..9ccfbeddd 100755
--- a/funcs/func_callerid.c
+++ b/funcs/func_callerid.c
@@ -14,9 +14,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Caller ID related dialplan functions
+ * \brief Caller ID related dialplan functions
*
*/
diff --git a/funcs/func_cdr.c b/funcs/func_cdr.c
index c3037bf5a..1612d54eb 100755
--- a/funcs/func_cdr.c
+++ b/funcs/func_cdr.c
@@ -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
*
*/
diff --git a/funcs/func_db.c b/funcs/func_db.c
index e3256644f..728bdb218 100755
--- a/funcs/func_db.c
+++ b/funcs/func_db.c
@@ -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
*
*/
diff --git a/funcs/func_enum.c b/funcs/func_enum.c
index ac55b1d1b..2d5d21962 100755
--- a/funcs/func_enum.c
+++ b/funcs/func_enum.c
@@ -18,10 +18,10 @@
* at the top of the source tree.
*/
-/*
- *
- * Enum Functions
+/*! \file
*
+ * \brief ENUM Functions
+ * \arg See also AstENUM
*/
#include <stdlib.h>
diff --git a/funcs/func_env.c b/funcs/func_env.c
index 972b92dae..424f7cf0d 100755
--- a/funcs/func_env.c
+++ b/funcs/func_env.c
@@ -14,9 +14,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Environment related dialplan functions
+ * \brief Environment related dialplan functions
*
*/
diff --git a/funcs/func_groupcount.c b/funcs/func_groupcount.c
index 55aa43086..0559aae29 100755
--- a/funcs/func_groupcount.c
+++ b/funcs/func_groupcount.c
@@ -14,9 +14,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Channel group related dialplan functions
+ * \brief Channel group related dialplan functions
*
*/
diff --git a/funcs/func_language.c b/funcs/func_language.c
index 8c48ad66c..ea829a2f4 100755
--- a/funcs/func_language.c
+++ b/funcs/func_language.c
@@ -14,9 +14,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Language related dialplan functions
+ * \brief Language related dialplan functions
*
*/
diff --git a/funcs/func_logic.c b/funcs/func_logic.c
index d041c4d17..a195eca43 100755
--- a/funcs/func_logic.c
+++ b/funcs/func_logic.c
@@ -15,9 +15,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Conditional logic dialplan functions
+ * \brief Conditional logic dialplan functions
*
*/
diff --git a/funcs/func_math.c b/funcs/func_math.c
index 8b9cb92d2..876fb2211 100755
--- a/funcs/func_math.c
+++ b/funcs/func_math.c
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Maths relatad dialplan functions
+ * \brief Maths relatad dialplan functions
*
*/
diff --git a/funcs/func_md5.c b/funcs/func_md5.c
index 784e49c5d..f320d0749 100755
--- a/funcs/func_md5.c
+++ b/funcs/func_md5.c
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * MD5 digest related dialplan functions
+ * \brief MD5 digest related dialplan functions
*
*/
diff --git a/funcs/func_moh.c b/funcs/func_moh.c
index d747ee52b..4262609b8 100755
--- a/funcs/func_moh.c
+++ b/funcs/func_moh.c
@@ -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
*
*/
diff --git a/funcs/func_strings.c b/funcs/func_strings.c
index d25d5bb77..d527e8256 100755
--- a/funcs/func_strings.c
+++ b/funcs/func_strings.c
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * String manipulation dialplan functions
+ * \brief String manipulation dialplan functions
*
*/
diff --git a/funcs/func_timeout.c b/funcs/func_timeout.c
index 5d869d195..d7d5cf4ef 100755
--- a/funcs/func_timeout.c
+++ b/funcs/func_timeout.c
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Channel timeout related dialplan functions
+ * \brief Channel timeout related dialplan functions
*
*/
diff --git a/funcs/func_uri.c b/funcs/func_uri.c
index 28cf205c8..bd1fee4f5 100755
--- a/funcs/func_uri.c
+++ b/funcs/func_uri.c
@@ -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 @@ static char *builtin_function_uriencode(struct ast_channel *chan, char *cmd, cha
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)) {
diff --git a/funcs/pbx_functions.c b/funcs/pbx_functions.c
index 9944f0b9e..f9422bf95 100755
--- a/funcs/pbx_functions.c
+++ b/funcs/pbx_functions.c
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Builtin dialplan functions
+ * \brief Builtin dialplan functions
*
*/