Update of /usr/cvsroot/asterisk/res
In directory mongoose.digium.com:/tmp/cvs-serv2226/res
Modified Files:
res_adsi.c res_agi.c res_config_odbc.c res_crypto.c
res_features.c res_indications.c res_monitor.c
res_musiconhold.c res_odbc.c res_osp.c
Log Message:
Doxygen documentation update from oej (issue #5505)
Index: res_adsi.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_adsi.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- res_adsi.c 14 Sep 2005 20:46:50 -0000 1.17
+++ res_adsi.c 24 Oct 2005 20:12:06 -0000 1.18
@@ -18,9 +18,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * ADSI support
+ * \brief ADSI support
*
*/
Index: res_agi.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_agi.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- res_agi.c 4 Oct 2005 22:35:43 -0000 1.51
+++ res_agi.c 24 Oct 2005 20:12:06 -0000 1.52
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Asterisk Gateway Interface
+ * \brief AGI - the Asterisk Gateway Interface
*
*/
Index: res_config_odbc.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_config_odbc.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- res_config_odbc.c 14 Sep 2005 20:46:50 -0000 1.29
+++ res_config_odbc.c 24 Oct 2005 20:12:06 -0000 1.30
@@ -5,7 +5,6 @@
*
* Mark Spencer <[EMAIL PROTECTED]>
*
- * res_config_odbc.c <odbc+odbc plugin for portable configuration engine >
* Copyright (C) 2004 - 2005 Anthony Minessale II <[EMAIL PROTECTED]>
*
* See http://www.asterisk.org for more information about
@@ -19,10 +18,11 @@
* at the top of the source tree.
*/
-/*
- *
+/*! \file
*
+ * \brief odbc+odbc plugin for portable configuration engine
*
+ * http://www.unixodbc.org
*/
#include <stdlib.h>
Index: res_crypto.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_crypto.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- res_crypto.c 16 Oct 2005 03:08:58 -0000 1.27
+++ res_crypto.c 24 Oct 2005 20:12:06 -0000 1.28
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Provide Cryptographic Signature capability
+ * \brief Provide Cryptographic Signature capability
*
*/
Index: res_features.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_features.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- res_features.c 13 Oct 2005 23:58:33 -0000 1.74
+++ res_features.c 24 Oct 2005 20:12:06 -0000 1.75
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Routines implementing call parking
+ * \brief Routines implementing call parking
*
*/
Index: res_indications.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_indications.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- res_indications.c 14 Sep 2005 20:46:50 -0000 1.15
+++ res_indications.c 24 Oct 2005 20:12:06 -0000 1.16
@@ -3,7 +3,6 @@
*
* Copyright (C) 2002, Pauline Middelink
*
- * Pauline Middelink <[EMAIL PROTECTED]>
*
* See http://www.asterisk.org for more information about
* the Asterisk project. Please do not directly contact
@@ -16,10 +15,12 @@
* at the top of the source tree.
*/
-/** @file res_indications.c
+/*! \file res_indications.c
*
- * Load the indications
+ * \brief Load the indications
*
+ * \author Pauline Middelink <[EMAIL PROTECTED]>
+ *
* Load the country specific dialtones into the asterisk PBX.
*/
Index: res_monitor.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_monitor.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- res_monitor.c 14 Sep 2005 20:46:50 -0000 1.38
+++ res_monitor.c 24 Oct 2005 20:12:06 -0000 1.39
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * res_monitor.c
+ * \brief PBX channel monitoring
*
*/
Index: res_musiconhold.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_musiconhold.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- res_musiconhold.c 19 Oct 2005 03:51:25 -0000 1.72
+++ res_musiconhold.c 24 Oct 2005 20:12:06 -0000 1.73
@@ -16,9 +16,11 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Routines implementing music on hold
+ * \brief Routines implementing music on hold
+ *
+ * \arg See also \ref Config_moh
*
*/
Index: res_odbc.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_odbc.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- res_odbc.c 13 Oct 2005 18:01:31 -0000 1.20
+++ res_odbc.c 24 Oct 2005 20:12:06 -0000 1.21
@@ -20,9 +20,11 @@
*/
-/*
- *
+/*! \file
*
+ * \brief ODBC resource manager
+ *
+ * \arg See also: \ref cdrodbc
*
*/
Index: res_osp.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_osp.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- res_osp.c 4 Oct 2005 23:28:57 -0000 1.24
+++ res_osp.c 24 Oct 2005 20:12:06 -0000 1.25
@@ -16,10 +16,11 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Provide Open Settlement Protocol capability
+ * \brief Provide Open Settlement Protocol capability
*
+ * \arg See also: \ref chan_sip.c
*/
#include <sys/types.h>
_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs