summaryrefslogtreecommitdiff
path: root/funcs
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-12-30 21:18:06 +0000
committerRussell Bryant <russell@russellbryant.com>2005-12-30 21:18:06 +0000
commita7254683818ae0e4afbc4116b7131c1ffe953a4c (patch)
tree1b2ab16c2e716280b11341c3232c276cd8d51ba4 /funcs
parent75dc984c3137a40d7c2aa2d4246651c2fbc1917f (diff)
update doxygen docs to specify authors
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7682 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'funcs')
-rw-r--r--funcs/func_cdr.c3
-rw-r--r--funcs/func_cut.c3
-rw-r--r--funcs/func_db.c3
-rw-r--r--funcs/func_enum.c5
-rw-r--r--funcs/func_logic.c1
-rw-r--r--funcs/func_math.c4
-rw-r--r--funcs/func_md5.c2
-rw-r--r--funcs/func_moh.c3
-rw-r--r--funcs/func_odbc.c8
-rw-r--r--funcs/func_strings.c4
-rw-r--r--funcs/func_timeout.c3
-rw-r--r--funcs/func_uri.c2
-rw-r--r--funcs/pbx_functions.c3
13 files changed, 37 insertions, 7 deletions
diff --git a/funcs/func_cdr.c b/funcs/func_cdr.c
index 3e4696e18..c934e87c9 100644
--- a/funcs/func_cdr.c
+++ b/funcs/func_cdr.c
@@ -19,7 +19,8 @@
/*! \file
*
* \brief Call Detail Record related dialplan functions
- *
+ *
+ * \author Anthony Minessale II
*/
#include <stdlib.h>
diff --git a/funcs/func_cut.c b/funcs/func_cut.c
index 7dc038906..1c3eaa489 100644
--- a/funcs/func_cut.c
+++ b/funcs/func_cut.c
@@ -16,8 +16,11 @@
*/
/*! \file
+ *
* \brief CUT function
*
+ * \author Tilghman Lesher <app_cut__v003@the-tilghman.com>
+ *
* \ingroup functions
*/
diff --git a/funcs/func_db.c b/funcs/func_db.c
index bc135a6b3..1837c8be7 100644
--- a/funcs/func_db.c
+++ b/funcs/func_db.c
@@ -21,7 +21,8 @@
/*! \file
*
* \brief Functions for interaction with the Asterisk database
- *
+ *
+ * \author Russell Bryant <russelb@clemson.edu>
*/
#include <stdlib.h>
diff --git a/funcs/func_enum.c b/funcs/func_enum.c
index fa291a42e..65b22db84 100644
--- a/funcs/func_enum.c
+++ b/funcs/func_enum.c
@@ -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
*/
diff --git a/funcs/func_logic.c b/funcs/func_logic.c
index f748ba939..d1d96abf3 100644
--- a/funcs/func_logic.c
+++ b/funcs/func_logic.c
@@ -19,6 +19,7 @@
*
* \brief Conditional logic dialplan functions
*
+ * \author Anthony Minessale II
*/
#include <stdlib.h>
diff --git a/funcs/func_math.c b/funcs/func_math.c
index e8a49acc8..245ff9849 100644
--- a/funcs/func_math.c
+++ b/funcs/func_math.c
@@ -19,7 +19,9 @@
/*! \file
*
* \brief Maths relatad dialplan functions
- *
+ *
+ * \author Andy Powell
+ * \author Mark Spencer <markster@digium.com>
*/
#include <stdlib.h>
diff --git a/funcs/func_md5.c b/funcs/func_md5.c
index 910e44260..fb8829030 100644
--- a/funcs/func_md5.c
+++ b/funcs/func_md5.c
@@ -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>
diff --git a/funcs/func_moh.c b/funcs/func_moh.c
index 4262609b8..95e02d26b 100644
--- a/funcs/func_moh.c
+++ b/funcs/func_moh.c
@@ -19,7 +19,8 @@
/*! \file
*
* \brief Functions for reading or setting the MusicOnHold class
- *
+ *
+ * \author Russell Bryant <russelb@clemson.edu>
*/
#include <stdlib.h>
diff --git a/funcs/func_odbc.c b/funcs/func_odbc.c
index 496933ef0..3e0f52fea 100644
--- a/funcs/func_odbc.c
+++ b/funcs/func_odbc.c
@@ -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>
diff --git a/funcs/func_strings.c b/funcs/func_strings.c
index 48c3e8a5d..bce5d9d62 100644
--- a/funcs/func_strings.c
+++ b/funcs/func_strings.c
@@ -19,7 +19,9 @@
/*! \file
*
* \brief String manipulation dialplan functions
- *
+ *
+ * \author Tilghman Lesher
+ * \author Anothony Minessale II
*/
#include <stdlib.h>
diff --git a/funcs/func_timeout.c b/funcs/func_timeout.c
index 4e9256ef5..6352b58b3 100644
--- a/funcs/func_timeout.c
+++ b/funcs/func_timeout.c
@@ -19,7 +19,8 @@
/*! \file
*
* \brief Channel timeout related dialplan functions
- *
+ *
+ * \author Mark Spencer <markster@digium.com>
*/
#include <stdlib.h>
diff --git a/funcs/func_uri.c b/funcs/func_uri.c
index f985f38c1..122aff375 100644
--- a/funcs/func_uri.c
+++ b/funcs/func_uri.c
@@ -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.
diff --git a/funcs/pbx_functions.c b/funcs/pbx_functions.c
index 2d5c519c9..5c9e147ae 100644
--- a/funcs/pbx_functions.c
+++ b/funcs/pbx_functions.c
@@ -19,7 +19,8 @@
/*! \file
*
* \brief Builtin dialplan functions
- *
+ *
+ * \author Kevin P. Fleming <kpfleming@digium.com>
*/
#include <sys/types.h>