From c689de66ae30a327524b0c4b171b2599fb7be6ec Mon Sep 17 00:00:00 2001 From: oej Date: Wed, 24 Jan 2007 09:05:29 +0000 Subject: Doxygen update git-svn-id: http://svn.digium.com/svn/asterisk/trunk@51920 f38db490-d61c-443f-a65b-d21fe96a405b --- funcs/func_base64.c | 1 + funcs/func_callerid.c | 1 + funcs/func_cdr.c | 2 ++ funcs/func_channel.c | 1 + funcs/func_db.c | 2 ++ funcs/func_enum.c | 2 ++ funcs/func_env.c | 1 + funcs/func_global.c | 2 ++ funcs/func_groupcount.c | 1 + funcs/func_logic.c | 2 ++ funcs/func_math.c | 2 ++ funcs/func_md5.c | 2 ++ funcs/func_module.c | 2 ++ funcs/func_odbc.c | 2 ++ funcs/func_rand.c | 1 + funcs/func_sha1.c | 2 ++ funcs/func_shell.c | 4 +++- funcs/func_strings.c | 1 + funcs/func_timeout.c | 1 + funcs/func_uri.c | 1 + funcs/func_version.c | 1 + 21 files changed, 33 insertions(+), 1 deletion(-) (limited to 'funcs') diff --git a/funcs/func_base64.c b/funcs/func_base64.c index e43b4fc6e..daabe621e 100644 --- a/funcs/func_base64.c +++ b/funcs/func_base64.c @@ -19,6 +19,7 @@ * * \brief Use the base64 as functions * + * \ingroup functions */ #include "asterisk.h" diff --git a/funcs/func_callerid.c b/funcs/func_callerid.c index 381fb4d6d..6efb84f9c 100644 --- a/funcs/func_callerid.c +++ b/funcs/func_callerid.c @@ -18,6 +18,7 @@ * * \brief Caller ID related dialplan functions * + * \ingroup functions */ #include "asterisk.h" diff --git a/funcs/func_cdr.c b/funcs/func_cdr.c index f55212e5a..4f1c457c0 100644 --- a/funcs/func_cdr.c +++ b/funcs/func_cdr.c @@ -21,6 +21,8 @@ * \brief Call Detail Record related dialplan functions * * \author Anthony Minessale II + * + * \ingroup functions */ #include "asterisk.h" diff --git a/funcs/func_channel.c b/funcs/func_channel.c index 77777a549..0820baa4f 100644 --- a/funcs/func_channel.c +++ b/funcs/func_channel.c @@ -20,6 +20,7 @@ * * \author Kevin P. Fleming * + * \ingroup functions */ #include "asterisk.h" diff --git a/funcs/func_db.c b/funcs/func_db.c index 783e1fac3..9f9b9ca5c 100644 --- a/funcs/func_db.c +++ b/funcs/func_db.c @@ -23,6 +23,8 @@ * \brief Functions for interaction with the Asterisk database * * \author Russell Bryant + * + * \ingroup functions */ #include "asterisk.h" diff --git a/funcs/func_enum.c b/funcs/func_enum.c index de9af2258..8ef0f50b7 100644 --- a/funcs/func_enum.c +++ b/funcs/func_enum.c @@ -27,6 +27,8 @@ * \author Russell Bryant * * \arg See also AstENUM + * + * \ingroup functions */ #include "asterisk.h" diff --git a/funcs/func_env.c b/funcs/func_env.c index b20848f1e..20af01636 100644 --- a/funcs/func_env.c +++ b/funcs/func_env.c @@ -18,6 +18,7 @@ * * \brief Environment related dialplan functions * + * \ingroup functions */ #include "asterisk.h" diff --git a/funcs/func_global.c b/funcs/func_global.c index 8919aeeba..39fccca10 100644 --- a/funcs/func_global.c +++ b/funcs/func_global.c @@ -21,6 +21,8 @@ * \brief Global variable dialplan functions * * \author Tilghman Lesher + * + * \ingroup functions */ #include "asterisk.h" diff --git a/funcs/func_groupcount.c b/funcs/func_groupcount.c index 12462777e..2be3f831d 100644 --- a/funcs/func_groupcount.c +++ b/funcs/func_groupcount.c @@ -18,6 +18,7 @@ * * \brief Channel group related dialplan functions * + * \ingroup functions */ #include "asterisk.h" diff --git a/funcs/func_logic.c b/funcs/func_logic.c index 33752fba2..24080cc37 100644 --- a/funcs/func_logic.c +++ b/funcs/func_logic.c @@ -20,6 +20,8 @@ * \brief Conditional logic dialplan functions * * \author Anthony Minessale II + * + * \ingroup functions */ #include "asterisk.h" diff --git a/funcs/func_math.c b/funcs/func_math.c index 4dbfac802..703c9e9b1 100644 --- a/funcs/func_math.c +++ b/funcs/func_math.c @@ -22,6 +22,8 @@ * * \author Andy Powell * \author Mark Spencer + * + * \ingroup functions */ #include "asterisk.h" diff --git a/funcs/func_md5.c b/funcs/func_md5.c index fd1791dc7..7e1785d76 100644 --- a/funcs/func_md5.c +++ b/funcs/func_md5.c @@ -22,6 +22,8 @@ * * \author Olle E. Johansson * \author Russell Bryant + * + * \ingroup functions */ #include "asterisk.h" diff --git a/funcs/func_module.c b/funcs/func_module.c index 00ccf05c3..a2cb5e418 100644 --- a/funcs/func_module.c +++ b/funcs/func_module.c @@ -18,6 +18,8 @@ * * \brief Simple module check function * \author Olle E. Johansson, Edvina.net + * + * \ingroup functions */ #include "asterisk.h" diff --git a/funcs/func_odbc.c b/funcs/func_odbc.c index f6fecea4b..9ff6b2655 100644 --- a/funcs/func_odbc.c +++ b/funcs/func_odbc.c @@ -22,6 +22,8 @@ * \brief ODBC lookups * * \author Tilghman Lesher + * + * \ingroup functions */ /*** MODULEINFO diff --git a/funcs/func_rand.c b/funcs/func_rand.c index 9bbe3f9ec..4ec712e39 100644 --- a/funcs/func_rand.c +++ b/funcs/func_rand.c @@ -21,6 +21,7 @@ * * \author Claude Patry * \author Tilghman Lesher ( http://asterisk.drunkcoder.com/ ) + * \ingroup functions */ #include "asterisk.h" diff --git a/funcs/func_sha1.c b/funcs/func_sha1.c index 31c5bfe2c..fa4b73fda 100644 --- a/funcs/func_sha1.c +++ b/funcs/func_sha1.c @@ -20,6 +20,8 @@ * \brief SHA1 digest related dialplan functions * * \author Claude Patry + * + * \ingroup functions */ #include "asterisk.h" diff --git a/funcs/func_shell.c b/funcs/func_shell.c index b2557fba9..e3b76abe8 100644 --- a/funcs/func_shell.c +++ b/funcs/func_shell.c @@ -18,9 +18,11 @@ * * \SHELL function to return the value of a system call. * - * \ Inspiration and Guidance from Russell! Thank You! + * \note Inspiration and Guidance from Russell! Thank You! * * \author Brandon Kruse + * + * \ingroup functions */ #include "asterisk.h" diff --git a/funcs/func_strings.c b/funcs/func_strings.c index af59944b6..8088f4db5 100644 --- a/funcs/func_strings.c +++ b/funcs/func_strings.c @@ -22,6 +22,7 @@ * * \author Tilghman Lesher * \author Anothony Minessale II + * \ingroup functions */ #include "asterisk.h" diff --git a/funcs/func_timeout.c b/funcs/func_timeout.c index 438e104d7..a400a95ab 100644 --- a/funcs/func_timeout.c +++ b/funcs/func_timeout.c @@ -21,6 +21,7 @@ * \brief Channel timeout related dialplan functions * * \author Mark Spencer + * \ingroup functions */ #include "asterisk.h" diff --git a/funcs/func_uri.c b/funcs/func_uri.c index d8959daf1..98fad7d5a 100644 --- a/funcs/func_uri.c +++ b/funcs/func_uri.c @@ -25,6 +25,7 @@ * \note For now this code only supports 8 bit characters, not unicode, which we ultimately will need to support. * + * \ingroup functions */ #include "asterisk.h" diff --git a/funcs/func_version.c b/funcs/func_version.c index ee824aaa4..b72d0e78f 100644 --- a/funcs/func_version.c +++ b/funcs/func_version.c @@ -19,6 +19,7 @@ * \brief Return the current Version strings * * \author Steve Murphy (murf@digium.com) + * \ingroup functions */ #include "asterisk.h" -- cgit v1.2.3