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:
Russell Bryant
2005-12-30 21:18:06 +00:00
parent 75dc984c31
commit a725468381
151 changed files with 403 additions and 75 deletions

View File

@@ -19,7 +19,8 @@
/*! \file
*
* \brief Call Detail Record related dialplan functions
*
*
* \author Anthony Minessale II
*/
#include <stdlib.h>

View File

@@ -16,8 +16,11 @@
*/
/*! \file
*
* \brief CUT function
*
* \author Tilghman Lesher <app_cut__v003@the-tilghman.com>
*
* \ingroup functions
*/

View File

@@ -21,7 +21,8 @@
/*! \file
*
* \brief Functions for interaction with the Asterisk database
*
*
* \author Russell Bryant <russelb@clemson.edu>
*/
#include <stdlib.h>

View File

@@ -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
*/

View File

@@ -19,6 +19,7 @@
*
* \brief Conditional logic dialplan functions
*
* \author Anthony Minessale II
*/
#include <stdlib.h>

View File

@@ -19,7 +19,9 @@
/*! \file
*
* \brief Maths relatad dialplan functions
*
*
* \author Andy Powell
* \author Mark Spencer <markster@digium.com>
*/
#include <stdlib.h>

View File

@@ -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>

View File

@@ -19,7 +19,8 @@
/*! \file
*
* \brief Functions for reading or setting the MusicOnHold class
*
*
* \author Russell Bryant <russelb@clemson.edu>
*/
#include <stdlib.h>

View File

@@ -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>

View File

@@ -19,7 +19,9 @@
/*! \file
*
* \brief String manipulation dialplan functions
*
*
* \author Tilghman Lesher
* \author Anothony Minessale II
*/
#include <stdlib.h>

View File

@@ -19,7 +19,8 @@
/*! \file
*
* \brief Channel timeout related dialplan functions
*
*
* \author Mark Spencer <markster@digium.com>
*/
#include <stdlib.h>

View File

@@ -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.

View File

@@ -19,7 +19,8 @@
/*! \file
*
* \brief Builtin dialplan functions
*
*
* \author Kevin P. Fleming <kpfleming@digium.com>
*/
#include <sys/types.h>