mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
Doxygen update
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51920 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
*
|
||||
* \brief Use the base64 as functions
|
||||
*
|
||||
* \ingroup functions
|
||||
*/
|
||||
|
||||
#include "asterisk.h"
|
||||
|
@@ -18,6 +18,7 @@
|
||||
*
|
||||
* \brief Caller ID related dialplan functions
|
||||
*
|
||||
* \ingroup functions
|
||||
*/
|
||||
|
||||
#include "asterisk.h"
|
||||
|
@@ -21,6 +21,8 @@
|
||||
* \brief Call Detail Record related dialplan functions
|
||||
*
|
||||
* \author Anthony Minessale II
|
||||
*
|
||||
* \ingroup functions
|
||||
*/
|
||||
|
||||
#include "asterisk.h"
|
||||
|
@@ -20,6 +20,7 @@
|
||||
*
|
||||
* \author Kevin P. Fleming <kpfleming@digium.com>
|
||||
*
|
||||
* \ingroup functions
|
||||
*/
|
||||
|
||||
#include "asterisk.h"
|
||||
|
@@ -23,6 +23,8 @@
|
||||
* \brief Functions for interaction with the Asterisk database
|
||||
*
|
||||
* \author Russell Bryant <russelb@clemson.edu>
|
||||
*
|
||||
* \ingroup functions
|
||||
*/
|
||||
|
||||
#include "asterisk.h"
|
||||
|
@@ -27,6 +27,8 @@
|
||||
* \author Russell Bryant <russelb@clemson.edu>
|
||||
*
|
||||
* \arg See also AstENUM
|
||||
*
|
||||
* \ingroup functions
|
||||
*/
|
||||
|
||||
#include "asterisk.h"
|
||||
|
@@ -18,6 +18,7 @@
|
||||
*
|
||||
* \brief Environment related dialplan functions
|
||||
*
|
||||
* \ingroup functions
|
||||
*/
|
||||
|
||||
#include "asterisk.h"
|
||||
|
@@ -21,6 +21,8 @@
|
||||
* \brief Global variable dialplan functions
|
||||
*
|
||||
* \author Tilghman Lesher <func_global__200605@the-tilghman.com>
|
||||
*
|
||||
* \ingroup functions
|
||||
*/
|
||||
|
||||
#include "asterisk.h"
|
||||
|
@@ -18,6 +18,7 @@
|
||||
*
|
||||
* \brief Channel group related dialplan functions
|
||||
*
|
||||
* \ingroup functions
|
||||
*/
|
||||
|
||||
#include "asterisk.h"
|
||||
|
@@ -20,6 +20,8 @@
|
||||
* \brief Conditional logic dialplan functions
|
||||
*
|
||||
* \author Anthony Minessale II
|
||||
*
|
||||
* \ingroup functions
|
||||
*/
|
||||
|
||||
#include "asterisk.h"
|
||||
|
@@ -22,6 +22,8 @@
|
||||
*
|
||||
* \author Andy Powell
|
||||
* \author Mark Spencer <markster@digium.com>
|
||||
*
|
||||
* \ingroup functions
|
||||
*/
|
||||
|
||||
#include "asterisk.h"
|
||||
|
@@ -22,6 +22,8 @@
|
||||
*
|
||||
* \author Olle E. Johansson <oej@edvina.net>
|
||||
* \author Russell Bryant <russelb@clemson.edu>
|
||||
*
|
||||
* \ingroup functions
|
||||
*/
|
||||
|
||||
#include "asterisk.h"
|
||||
|
@@ -18,6 +18,8 @@
|
||||
*
|
||||
* \brief Simple module check function
|
||||
* \author Olle E. Johansson, Edvina.net
|
||||
*
|
||||
* \ingroup functions
|
||||
*/
|
||||
#include "asterisk.h"
|
||||
|
||||
|
@@ -22,6 +22,8 @@
|
||||
* \brief ODBC lookups
|
||||
*
|
||||
* \author Tilghman Lesher <func_odbc__200508@the-tilghman.com>
|
||||
*
|
||||
* \ingroup functions
|
||||
*/
|
||||
|
||||
/*** MODULEINFO
|
||||
|
@@ -21,6 +21,7 @@
|
||||
*
|
||||
* \author Claude Patry <cpatry@gmail.com>
|
||||
* \author Tilghman Lesher ( http://asterisk.drunkcoder.com/ )
|
||||
* \ingroup functions
|
||||
*/
|
||||
|
||||
#include "asterisk.h"
|
||||
|
@@ -20,6 +20,8 @@
|
||||
* \brief SHA1 digest related dialplan functions
|
||||
*
|
||||
* \author Claude Patry <cpatry@gmail.com>
|
||||
*
|
||||
* \ingroup functions
|
||||
*/
|
||||
|
||||
#include "asterisk.h"
|
||||
|
@@ -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 <bkruse@digium.com>
|
||||
*
|
||||
* \ingroup functions
|
||||
*/
|
||||
|
||||
#include "asterisk.h"
|
||||
|
@@ -22,6 +22,7 @@
|
||||
*
|
||||
* \author Tilghman Lesher
|
||||
* \author Anothony Minessale II
|
||||
* \ingroup functions
|
||||
*/
|
||||
|
||||
#include "asterisk.h"
|
||||
|
@@ -21,6 +21,7 @@
|
||||
* \brief Channel timeout related dialplan functions
|
||||
*
|
||||
* \author Mark Spencer <markster@digium.com>
|
||||
* \ingroup functions
|
||||
*/
|
||||
|
||||
#include "asterisk.h"
|
||||
|
@@ -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"
|
||||
|
@@ -19,6 +19,7 @@
|
||||
* \brief Return the current Version strings
|
||||
*
|
||||
* \author Steve Murphy (murf@digium.com)
|
||||
* \ingroup functions
|
||||
*/
|
||||
|
||||
#include "asterisk.h"
|
||||
|
Reference in New Issue
Block a user