]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Doxygen update
authorOlle Johansson <oej@edvina.net>
Wed, 24 Jan 2007 09:05:29 +0000 (09:05 +0000)
committerOlle Johansson <oej@edvina.net>
Wed, 24 Jan 2007 09:05:29 +0000 (09:05 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51920 65c4cc65-6c06-0410-ace0-fbb531ad65f3

21 files changed:
funcs/func_base64.c
funcs/func_callerid.c
funcs/func_cdr.c
funcs/func_channel.c
funcs/func_db.c
funcs/func_enum.c
funcs/func_env.c
funcs/func_global.c
funcs/func_groupcount.c
funcs/func_logic.c
funcs/func_math.c
funcs/func_md5.c
funcs/func_module.c
funcs/func_odbc.c
funcs/func_rand.c
funcs/func_sha1.c
funcs/func_shell.c
funcs/func_strings.c
funcs/func_timeout.c
funcs/func_uri.c
funcs/func_version.c

index e43b4fc6e8d133bae4043447833b18abb59a9489..daabe621e1eca499c40e5c7d861e41085fa8c552 100644 (file)
@@ -19,6 +19,7 @@
  *
  * \brief Use the base64 as functions
  * 
+ * \ingroup functions
  */
 
 #include "asterisk.h"
index 381fb4d6d4d51cf1e4301661df8c75498f93f25d..6efb84f9c53efc29ff76cb8de3f92ce706bf6523 100644 (file)
@@ -18,6 +18,7 @@
  *
  * \brief Caller ID related dialplan functions
  * 
+ * \ingroup functions
  */
 
 #include "asterisk.h"
index f55212e5a33f1a6557a9f0b03a1d0640be36d6c8..4f1c457c0ff10bf459dc406b01157ea64c893848 100644 (file)
@@ -21,6 +21,8 @@
  * \brief  Call Detail Record related dialplan functions
  *
  * \author Anthony Minessale II 
+ *
+ * \ingroup functions
  */
 
 #include "asterisk.h"
index 77777a54984da87df6f2e4bc186a2510fdb5ebab..0820baa4f1778e094a8cd82451cece6fa04d7d62 100644 (file)
@@ -20,6 +20,7 @@
  *
  * \author Kevin P. Fleming <kpfleming@digium.com>
  * 
+ * \ingroup functions
  */
 
 #include "asterisk.h"
index 783e1fac3c17dbb07b96061b81295d55ff695683..9f9b9ca5ccaa6c1ef5a3985490c8e510b9cb3e98 100644 (file)
@@ -23,6 +23,8 @@
  * \brief Functions for interaction with the Asterisk database
  *
  * \author Russell Bryant <russelb@clemson.edu>
+ *
+ * \ingroup functions
  */
 
 #include "asterisk.h"
index de9af2258a33a161153c1701f0da7229508246d9..8ef0f50b7691593ab9a35e5243080d642d28ddbb 100644 (file)
@@ -27,6 +27,8 @@
  * \author Russell Bryant <russelb@clemson.edu>
  *
  * \arg See also AstENUM
+ *
+ * \ingroup functions
  */
 
 #include "asterisk.h"
index b20848f1e45d3703853a03c3a12c1a966b87ef10..20af01636583668679d16d5166c6891acc9ec6a7 100644 (file)
@@ -18,6 +18,7 @@
  *
  * \brief Environment related dialplan functions
  * 
+ * \ingroup functions
  */
 
 #include "asterisk.h"
index 8919aeebaa17d5408f45f4f430019e60e2b7bd75..39fccca10bae37b68b1901386b124895e2d684b1 100644 (file)
@@ -21,6 +21,8 @@
  * \brief Global variable dialplan functions
  *
  * \author Tilghman Lesher <func_global__200605@the-tilghman.com>
+ *
+ * \ingroup functions
  */
 
 #include "asterisk.h"
index 12462777ee91b79fbeb4571cf7fa4c031c21730c..2be3f831d99d4c6acc32ced55a6c6395d62c9145 100644 (file)
@@ -18,6 +18,7 @@
  *
  * \brief Channel group related dialplan functions
  * 
+ * \ingroup functions
  */
 
 #include "asterisk.h"
index 33752fba2d5063b7fb4b78abb24f41e1b38a3416..24080cc37a66dcabee586f175702012072c90bf8 100644 (file)
@@ -20,6 +20,8 @@
  * \brief Conditional logic dialplan functions
  * 
  * \author Anthony Minessale II
+ *
+ * \ingroup functions
  */
 
 #include "asterisk.h"
index 4dbfac802bf21d5b0f7ce4d337f43036ff2c38e8..703c9e9b1eaa1cf19297b73ba89767c4941ce9db 100644 (file)
@@ -22,6 +22,8 @@
  *
  * \author Andy Powell
  * \author Mark Spencer <markster@digium.com>
+ *
+ * \ingroup functions
  */
 
 #include "asterisk.h"
index fd1791dc743248070bee35818ff691c6520b6a4a..7e1785d76243403f4dae3062a3f09aff94663087 100644 (file)
@@ -22,6 +22,8 @@
  * 
  * \author Olle E. Johansson <oej@edvina.net>
  * \author Russell Bryant <russelb@clemson.edu>
+ *
+ * \ingroup functions
  */
 
 #include "asterisk.h"
index 00ccf05c31ca14f9fb24c5917f2cfb0330dd970f..a2cb5e41879cf46afea1364fe7c7c1617623a69f 100644 (file)
@@ -18,6 +18,8 @@
  *
  * \brief Simple module check function
  * \author Olle E. Johansson, Edvina.net
+ *
+ * \ingroup functions
  */
 #include "asterisk.h"
 
index f6fecea4b32d31e1b4a090483ffffcac0a55e5fb..9ff6b26554177cf6f5c463ae2371e35282e824a1 100644 (file)
@@ -22,6 +22,8 @@
  * \brief ODBC lookups
  *
  * \author Tilghman Lesher <func_odbc__200508@the-tilghman.com>
+ *
+ * \ingroup functions
  */
 
 /*** MODULEINFO
index 9bbe3f9ec757862cf79fdc36c66e804579e8094d..4ec712e39e181d11335a4ba3caf0ca6f0da845f6 100644 (file)
@@ -21,6 +21,7 @@
  * 
  * \author Claude Patry <cpatry@gmail.com>
  * \author Tilghman Lesher ( http://asterisk.drunkcoder.com/ )
+ * \ingroup functions
  */
 
 #include "asterisk.h"
index 31c5bfe2cc9d3933058ea3a5923457be251c8913..fa4b73fdae9144bf4c35682904e39750d829656d 100644 (file)
@@ -20,6 +20,8 @@
  * \brief SHA1 digest related dialplan functions
  * 
  * \author Claude Patry <cpatry@gmail.com>
+ *
+ * \ingroup functions
  */
 
 #include "asterisk.h"
index b2557fba96ccfc634d6b178d45a681b05b773860..e3b76abe8e45f4fd180aab363d14053efcd08fd6 100644 (file)
  *
  * \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 <bkruse@digium.com>
+ *
+ * \ingroup functions
  */
 
 #include "asterisk.h"
index af59944b66d2c0f47f3191b2d57df222278e59f4..8088f4db54af462b5ac4617acbc88d20a92cc364 100644 (file)
@@ -22,6 +22,7 @@
  *
  * \author Tilghman Lesher
  * \author Anothony Minessale II 
+ * \ingroup functions
  */
 
 #include "asterisk.h"
index 438e104d7576c18aa5abe41d700fccc63756c968..a400a95ab80304a35e5e409328c7bd36947cb6ca 100644 (file)
@@ -21,6 +21,7 @@
  * \brief Channel timeout related dialplan functions
  *
  * \author Mark Spencer <markster@digium.com> 
+ * \ingroup functions
  */
 
 #include "asterisk.h"
index d8959daf149bc118beac42c76359812c6c60d917..98fad7d5a1ab422c39d4a08ee13e631e697f8823 100644 (file)
@@ -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"
index ee824aaa43fc3d84e91df557bcd630b736614285..b72d0e78fa0032bd0ed7f47bc6650eb7d0836c4c 100644 (file)
@@ -19,6 +19,7 @@
  * \brief Return the current Version strings
  * 
  * \author Steve Murphy (murf@digium.com)
+ * \ingroup functions
  */
 
 #include "asterisk.h"