mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
update doxygen docs to specify authors
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7682 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
/*! \file
|
||||
*
|
||||
* \brief Call Detail Record related dialplan functions
|
||||
*
|
||||
*
|
||||
* \author Anthony Minessale II
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
@@ -16,8 +16,11 @@
|
||||
*/
|
||||
|
||||
/*! \file
|
||||
*
|
||||
* \brief CUT function
|
||||
*
|
||||
* \author Tilghman Lesher <app_cut__v003@the-tilghman.com>
|
||||
*
|
||||
* \ingroup functions
|
||||
*/
|
||||
|
||||
|
@@ -21,7 +21,8 @@
|
||||
/*! \file
|
||||
*
|
||||
* \brief Functions for interaction with the Asterisk database
|
||||
*
|
||||
*
|
||||
* \author Russell Bryant <russelb@clemson.edu>
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
@@ -21,6 +21,11 @@
|
||||
/*! \file
|
||||
*
|
||||
* \brief ENUM Functions
|
||||
*
|
||||
* \author Mark Spencer <markster@digium.com>
|
||||
* \author Oleksiy Krivoshey <oleksiyk@gmail.com>
|
||||
* \author Russell Bryant <russelb@clemson.edu>
|
||||
*
|
||||
* \arg See also AstENUM
|
||||
*/
|
||||
|
||||
|
@@ -19,6 +19,7 @@
|
||||
*
|
||||
* \brief Conditional logic dialplan functions
|
||||
*
|
||||
* \author Anthony Minessale II
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
@@ -19,7 +19,9 @@
|
||||
/*! \file
|
||||
*
|
||||
* \brief Maths relatad dialplan functions
|
||||
*
|
||||
*
|
||||
* \author Andy Powell
|
||||
* \author Mark Spencer <markster@digium.com>
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
@@ -20,6 +20,8 @@
|
||||
*
|
||||
* \brief MD5 digest related dialplan functions
|
||||
*
|
||||
* \author Olle E. Johansson <oej@edvina.net>
|
||||
* \author Russell Bryant <russelb@clemson.edu>
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
@@ -19,7 +19,8 @@
|
||||
/*! \file
|
||||
*
|
||||
* \brief Functions for reading or setting the MusicOnHold class
|
||||
*
|
||||
*
|
||||
* \author Russell Bryant <russelb@clemson.edu>
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
@@ -10,6 +10,14 @@
|
||||
* Special thanks to Anthony Minessale II for debugging help.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \file
|
||||
*
|
||||
* \brief ODBC lookups
|
||||
*
|
||||
* \author Tilghman Lesher <func_odbc__200508@the-tilghman.com>
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@@ -19,7 +19,9 @@
|
||||
/*! \file
|
||||
*
|
||||
* \brief String manipulation dialplan functions
|
||||
*
|
||||
*
|
||||
* \author Tilghman Lesher
|
||||
* \author Anothony Minessale II
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
@@ -19,7 +19,8 @@
|
||||
/*! \file
|
||||
*
|
||||
* \brief Channel timeout related dialplan functions
|
||||
*
|
||||
*
|
||||
* \author Mark Spencer <markster@digium.com>
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
@@ -19,6 +19,8 @@
|
||||
/*! \file
|
||||
*
|
||||
* \brief URI encoding / decoding
|
||||
*
|
||||
* \author Olle E. Johansson <oej@edvina.net>
|
||||
*
|
||||
* \note For now this code only supports 8 bit characters, not unicode,
|
||||
which we ultimately will need to support.
|
||||
|
@@ -19,7 +19,8 @@
|
||||
/*! \file
|
||||
*
|
||||
* \brief Builtin dialplan functions
|
||||
*
|
||||
*
|
||||
* \author Kevin P. Fleming <kpfleming@digium.com>
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
|
Reference in New Issue
Block a user