summaryrefslogtreecommitdiff
path: root/res
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 /res
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 'res')
-rw-r--r--res/res_adsi.c3
-rw-r--r--res/res_agi.c3
-rw-r--r--res/res_config_odbc.c5
-rw-r--r--res/res_crypto.c3
-rw-r--r--res/res_features.c5
-rw-r--r--res/res_monitor.c1
-rw-r--r--res/res_musiconhold.c1
-rw-r--r--res/res_odbc.c4
-rw-r--r--res/res_osp.c4
9 files changed, 21 insertions, 8 deletions
diff --git a/res/res_adsi.c b/res/res_adsi.c
index 18e7849f3..b6d2b97db 100644
--- a/res/res_adsi.c
+++ b/res/res_adsi.c
@@ -21,7 +21,8 @@
/*! \file
*
* \brief ADSI support
- *
+ *
+ * \author Mark Spencer <markster@digium.com>
*/
#include <time.h>
diff --git a/res/res_agi.c b/res/res_agi.c
index 15b4c2a1e..29a4c8fbb 100644
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -19,7 +19,8 @@
/*! \file
*
* \brief AGI - the Asterisk Gateway Interface
- *
+ *
+ * \author Mark Spencer <markster@digium.com>
*/
#include <sys/types.h>
diff --git a/res/res_config_odbc.c b/res/res_config_odbc.c
index adc1bc4ee..311fa2478 100644
--- a/res/res_config_odbc.c
+++ b/res/res_config_odbc.c
@@ -22,7 +22,10 @@
*
* \brief odbc+odbc plugin for portable configuration engine
*
- * http://www.unixodbc.org
+ * \author Mark Spencer <markster@digium.com>
+ * \author Anthony Minessale II <anthmct@yahoo.com>
+ *
+ * \arg http://www.unixodbc.org
*/
#include <stdio.h>
diff --git a/res/res_crypto.c b/res/res_crypto.c
index 3ada0d224..048006f69 100644
--- a/res/res_crypto.c
+++ b/res/res_crypto.c
@@ -19,7 +19,8 @@
/*! \file
*
* \brief Provide Cryptographic Signature capability
- *
+ *
+ * \author Mark Spencer <markster@digium.com>
*/
#include <sys/types.h>
diff --git a/res/res_features.c b/res/res_features.c
index 7b58f9f6b..f0d8ab9f7 100644
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -18,8 +18,9 @@
/*! \file
*
- * \brief Routines implementing call parking
- *
+ * \brief Routines implementing call features
+ *
+ * \author Mark Spencer <markster@digium.com>
*/
#include <pthread.h>
diff --git a/res/res_monitor.c b/res/res_monitor.c
index 660757b58..a82c36d15 100644
--- a/res/res_monitor.c
+++ b/res/res_monitor.c
@@ -20,6 +20,7 @@
*
* \brief PBX channel monitoring
*
+ * \author Mark Spencer <markster@digium.com>
*/
#include <stdio.h>
diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c
index 2a27dcec8..ffbd41713 100644
--- a/res/res_musiconhold.c
+++ b/res/res_musiconhold.c
@@ -22,6 +22,7 @@
*
* \arg See also \ref Config_moh
*
+ * \author Mark Spencer <markster@digium.com>
*/
#include <stdlib.h>
diff --git a/res/res_odbc.c b/res/res_odbc.c
index e5a05f58c..3f255f0d3 100644
--- a/res/res_odbc.c
+++ b/res/res_odbc.c
@@ -24,8 +24,10 @@
*
* \brief ODBC resource manager
*
- * \arg See also: \ref cdr_odbc
+ * \author Mark Spencer <markster@digium.com>
+ * \author Anthony Minessale II <anthmct@yahoo.com>
*
+ * \arg See also: \ref cdr_odbc
*/
#include <stdio.h>
diff --git a/res/res_osp.c b/res/res_osp.c
index 41ca8c0cf..ce2988c32 100644
--- a/res/res_osp.c
+++ b/res/res_osp.c
@@ -19,7 +19,9 @@
/*! \file
*
* \brief Provide Open Settlement Protocol capability
- *
+ *
+ * \author Mark Spencer <markster@digium.com>
+ *
* \arg See also: \ref chan_sip.c
*/