From 0ddb38ddee75a88e6729903a76cfe570dcd5bbd5 Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Wed, 24 Jan 2007 09:05:29 +0000 Subject: [PATCH] Doxygen update git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51920 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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(-) diff --git a/funcs/func_base64.c b/funcs/func_base64.c index e43b4fc6e8..daabe621e1 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 381fb4d6d4..6efb84f9c5 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 f55212e5a3..4f1c457c0f 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 77777a5498..0820baa4f1 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 783e1fac3c..9f9b9ca5cc 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 de9af2258a..8ef0f50b76 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 b20848f1e4..20af016365 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 8919aeebaa..39fccca10b 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 12462777ee..2be3f831d9 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 33752fba2d..24080cc37a 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 4dbfac802b..703c9e9b1e 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 fd1791dc74..7e1785d762 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 00ccf05c31..a2cb5e4187 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 f6fecea4b3..9ff6b26554 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 9bbe3f9ec7..4ec712e39e 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 31c5bfe2cc..fa4b73fdae 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 b2557fba96..e3b76abe8e 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 af59944b66..8088f4db54 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 438e104d75..a400a95ab8 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 d8959daf14..98fad7d5a1 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 ee824aaa43..b72d0e78fa 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"