aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-30 21:18:06 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-30 21:18:06 +0000
commitab6566173e89a7a2dfe6a1e38d496ac0304ecd4a (patch)
tree1b2ab16c2e716280b11341c3232c276cd8d51ba4 /channels
parent22011cf1eb67014e5cfd7f22f29762172afe2b89 (diff)
update doxygen docs to specify authors
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7682 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_agent.c3
-rw-r--r--channels/chan_alsa.c2
-rw-r--r--channels/chan_features.c4
-rw-r--r--channels/chan_h323.c2
-rw-r--r--channels/chan_iax2.c2
-rw-r--r--channels/chan_local.c2
-rw-r--r--channels/chan_mgcp.c4
-rw-r--r--channels/chan_modem.c2
-rw-r--r--channels/chan_modem_aopen.c5
-rw-r--r--channels/chan_modem_bestdata.c6
-rw-r--r--channels/chan_modem_i4l.c2
-rw-r--r--channels/chan_oss.c3
-rw-r--r--channels/chan_phone.c2
-rw-r--r--channels/chan_sip.c7
-rw-r--r--channels/chan_zap.c2
-rw-r--r--channels/iax2-parser.c3
-rw-r--r--channels/iax2-provision.c2
17 files changed, 45 insertions, 8 deletions
diff --git a/channels/chan_agent.c b/channels/chan_agent.c
index 5177f11e1..4008fcbdd 100644
--- a/channels/chan_agent.c
+++ b/channels/chan_agent.c
@@ -18,8 +18,11 @@
/*! \file
+ *
* \brief Implementation of Agents (proxy channel)
*
+ * \author Mark Spencer <markster@digium.com>
+ *
* This file is the implementation of Agents modules.
* It is a dynamic module that is loaded by Asterisk.
* \par See also
diff --git a/channels/chan_alsa.c b/channels/chan_alsa.c
index 6f0d36070..f427ac730 100644
--- a/channels/chan_alsa.c
+++ b/channels/chan_alsa.c
@@ -19,6 +19,8 @@
/*! \file
* \brief ALSA sound card channel driver
*
+ * \author Matthew Fredrickson <creslin@digium.com>
+ *
* \par See also
* \arg Config_alsa
*
diff --git a/channels/chan_features.c b/channels/chan_features.c
index 32deae12f..3f7ac9f49 100644
--- a/channels/chan_features.c
+++ b/channels/chan_features.c
@@ -19,7 +19,9 @@
/*! \file
*
* \brief feature Proxy Channel
- *
+ *
+ * \author Mark Spencer <markster@digium.com>
+ *
* \note *** Experimental code ****
*
* \ingroup channel_drivers
diff --git a/channels/chan_h323.c b/channels/chan_h323.c
index 469ce398e..43d7a2414 100644
--- a/channels/chan_h323.c
+++ b/channels/chan_h323.c
@@ -25,6 +25,8 @@
*
* \brief This file is part of the chan_h323 driver for Asterisk
*
+ * \author Jeremy McNamara
+ *
* \par See also
* \arg Config_h323
*
diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c
index 92c7e8c8e..fafb7082d 100644
--- a/channels/chan_iax2.c
+++ b/channels/chan_iax2.c
@@ -20,6 +20,8 @@
*
* \brief Implementation of Inter-Asterisk eXchange Version 2
*
+ * \author Mark Spencer <markster@digium.com>
+ *
* \par See also
* \arg \ref Config_iax
*
diff --git a/channels/chan_local.c b/channels/chan_local.c
index f843fd95d..e5d1ea5cb 100644
--- a/channels/chan_local.c
+++ b/channels/chan_local.c
@@ -18,6 +18,8 @@
/*! \file
*
+ * \author Mark Spencer <markster@digium.com>
+ *
* \brief Local Proxy Channel
*
* \ingroup channel_drivers
diff --git a/channels/chan_mgcp.c b/channels/chan_mgcp.c
index c3b938119..c7e9313a3 100644
--- a/channels/chan_mgcp.c
+++ b/channels/chan_mgcp.c
@@ -19,7 +19,9 @@
/*! \file
*
* \brief Implementation of Media Gateway Control Protocol
- *
+ *
+ * \author Mark Spencer <markster@digium.com>
+ *
* \par See also
* \arg \ref Config_mgcp
*
diff --git a/channels/chan_modem.c b/channels/chan_modem.c
index f37a29e12..86f6afa30 100644
--- a/channels/chan_modem.c
+++ b/channels/chan_modem.c
@@ -19,6 +19,8 @@
/*! \file
*
* \brief A/Open ITU-56/2 Voice Modem Driver (Rockwell, IS-101, and others)
+ *
+ * \author Mark Spencer <markster@digium.com>
*
* \ingroup channel_drivers
*/
diff --git a/channels/chan_modem_aopen.c b/channels/chan_modem_aopen.c
index 0183cde92..f49fe6568 100644
--- a/channels/chan_modem_aopen.c
+++ b/channels/chan_modem_aopen.c
@@ -17,9 +17,10 @@
*/
/*
+ * \brief A/Open ITU-56/2 Voice Modem Driver (Rockwell, IS-101, and others)
+ *
+ * \author Mark Spencer <markster@digium.com>
*
- * A/Open ITU-56/2 Voice Modem Driver (Rockwell, IS-101, and others)
- *
* \ingroup channel_drivers
*/
diff --git a/channels/chan_modem_bestdata.c b/channels/chan_modem_bestdata.c
index e54a66a49..a643635f1 100644
--- a/channels/chan_modem_bestdata.c
+++ b/channels/chan_modem_bestdata.c
@@ -18,9 +18,11 @@
*/
/*
+ * \brief BestData 56SX-92 Voice Modem Driver (Conexant)
+ *
+ * \author Mark Spencer <markster@digium.com>
+ * \author Jim Dixon <jim@lambdatel.com>
*
- * BestData 56SX-92 Voice Modem Driver (Conexant)
- *
* \ingroup channel_drivers
*/
diff --git a/channels/chan_modem_i4l.c b/channels/chan_modem_i4l.c
index 69aa00454..36a2bd802 100644
--- a/channels/chan_modem_i4l.c
+++ b/channels/chan_modem_i4l.c
@@ -19,6 +19,8 @@
/*! \file
*
* \brief ISDN4Linux TTY Driver
+ *
+ * \author Mark Spencer <markster@digium.com>
*
* \ingroup channel_drivers
*/
diff --git a/channels/chan_oss.c b/channels/chan_oss.c
index b44cacb3e..9d0481d2a 100644
--- a/channels/chan_oss.c
+++ b/channels/chan_oss.c
@@ -23,6 +23,9 @@
*
* \brief Channel driver for OSS sound cards
*
+ * \author Mark Spencer <markster@digium.com>
+ * \author Luigi Rizzo
+ *
* \par See also
* \arg \ref Config_oss
*
diff --git a/channels/chan_phone.c b/channels/chan_phone.c
index c1d552716..abea80c92 100644
--- a/channels/chan_phone.c
+++ b/channels/chan_phone.c
@@ -19,6 +19,8 @@
/*! \file
*
* \brief Generic Linux Telephony Interface driver
+ *
+ * \author Mark Spencer <markster@digium.com>
*
* \ingroup channel_drivers
*/
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 011e7d15b..d8d25071d 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -19,7 +19,12 @@
/*!
* \file
* \brief Implementation of Session Initiation Protocol
- *
+ *
+ * \author Mark Spencer <markster@digium.com>
+ *
+ * See Also:
+ * \arg \ref AstCREDITS
+ *
* Implementation of RFC 3261 - without S/MIME, TCP and TLS support
* Configuration file \link Config_sip sip.conf \endlink
*
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index 2868c8ffa..ac797bf27 100644
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -19,6 +19,8 @@
/*! \file
*
* \brief Zaptel Pseudo TDM interface
+ *
+ * \author Mark Spencer <markster@digium.com>
*
* Connects to the zaptel telephony library as well as
* libpri. Libpri is optional and needed only if you are
diff --git a/channels/iax2-parser.c b/channels/iax2-parser.c
index 3ef80a39c..ff13da936 100644
--- a/channels/iax2-parser.c
+++ b/channels/iax2-parser.c
@@ -19,7 +19,8 @@
/*! \file
*
* \brief Implementation of Inter-Asterisk eXchange Protocol, v 2
- *
+ *
+ * \author Mark Spencer <markster@digium.com>
*/
#include <sys/types.h>
diff --git a/channels/iax2-provision.c b/channels/iax2-provision.c
index 420e79213..a61024d8e 100644
--- a/channels/iax2-provision.c
+++ b/channels/iax2-provision.c
@@ -17,8 +17,10 @@
*/
/*! \file
+ *
* \brief IAX Provisioning Protocol
*
+ * \author Mark Spencer <markster@digium.com>
*/
#include <unistd.h>