[Asterisk-cvs] asterisk/pbx dundi-parser.c, 1.10, 1.11 pbx_ael.c,
1.14, 1.15 pbx_config.c, 1.70, 1.71 pbx_dundi.c, 1.44,
1.45 pbx_gtkconsole.c, 1.20, 1.21 pbx_loopback.c, 1.8,
1.9 pbx_realtime.c, 1.12, 1.13 pbx_spool.c, 1.31, 1.32
russell
russell
Mon Oct 24 16:19:04 CDT 2005
- Previous message: [Asterisk-cvs] asterisk/channels chan_agent.c, 1.159,
1.160 chan_alsa.c, 1.49, 1.50 chan_features.c, 1.17,
1.18 chan_h323.c, 1.130, 1.131 chan_iax2.c, 1.360,
1.361 chan_local.c, 1.54, 1.55 chan_mgcp.c, 1.130,
1.131 chan_modem.c, 1.46, 1.47 chan_modem_i4l.c, 1.31,
1.32 chan_nbs.c, 1.18, 1.19 chan_oss.c, 1.58,
1.59 chan_phone.c, 1.56, 1.57 chan_sip.c, 1.895,
1.896 chan_skinny.c, 1.91, 1.92 chan_vpb.c, 1.96,
1.97 chan_zap.c, 1.534, 1.535
- Next message: [Asterisk-cvs] asterisk/res res_adsi.c, 1.17, 1.18 res_agi.c, 1.51,
1.52 res_config_odbc.c, 1.29, 1.30 res_crypto.c, 1.27,
1.28 res_features.c, 1.74, 1.75 res_indications.c, 1.15,
1.16 res_monitor.c, 1.38, 1.39 res_musiconhold.c, 1.72,
1.73 res_odbc.c, 1.20, 1.21 res_osp.c, 1.24, 1.25
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/pbx
In directory mongoose.digium.com:/tmp/cvs-serv2226/pbx
Modified Files:
dundi-parser.c pbx_ael.c pbx_config.c pbx_dundi.c
pbx_gtkconsole.c pbx_loopback.c pbx_realtime.c pbx_spool.c
Log Message:
Doxygen documentation update from oej (issue #5505)
Index: dundi-parser.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/dundi-parser.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- dundi-parser.c 14 Sep 2005 20:46:50 -0000 1.10
+++ dundi-parser.c 24 Oct 2005 20:12:06 -0000 1.11
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Distributed Universal Number Discovery (DUNDi)
+ * \brief Distributed Universal Number Discovery (DUNDi)
*
*/
Index: pbx_ael.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_ael.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- pbx_ael.c 13 Oct 2005 15:36:29 -0000 1.14
+++ pbx_ael.c 24 Oct 2005 20:12:06 -0000 1.15
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Compile symbolic Asterisk Extension Logic into Asterisk extensions
+ * \brief Compile symbolic Asterisk Extension Logic into Asterisk extensions
*
*/
Index: pbx_config.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_config.c,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- pbx_config.c 13 Oct 2005 22:55:28 -0000 1.70
+++ pbx_config.c 24 Oct 2005 20:12:06 -0000 1.71
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Populate and remember extensions from static config file
+ * \brief Populate and remember extensions from static config file
*
*/
Index: pbx_dundi.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_dundi.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- pbx_dundi.c 18 Oct 2005 21:03:49 -0000 1.44
+++ pbx_dundi.c 24 Oct 2005 20:12:06 -0000 1.45
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Distributed Universal Number Discovery (DUNDi)
+ * \brief Distributed Universal Number Discovery (DUNDi)
*
*/
Index: pbx_gtkconsole.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_gtkconsole.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- pbx_gtkconsole.c 14 Sep 2005 20:46:50 -0000 1.20
+++ pbx_gtkconsole.c 24 Oct 2005 20:12:06 -0000 1.21
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * GTK Console monitor -- very kludgy right now
+ * \brief GTK Console monitor -- very kludgy right now
*
*/
Index: pbx_loopback.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_loopback.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- pbx_loopback.c 14 Sep 2005 20:46:50 -0000 1.8
+++ pbx_loopback.c 24 Oct 2005 20:12:06 -0000 1.9
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Loopback PBX Module
+ * \brief Loopback PBX Module
*
*/
Index: pbx_realtime.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_realtime.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- pbx_realtime.c 14 Sep 2005 20:46:50 -0000 1.12
+++ pbx_realtime.c 24 Oct 2005 20:12:06 -0000 1.13
@@ -16,10 +16,11 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Realtime PBX Module
+ * \brief Realtime PBX Module
*
+ * \arg See also: \ref AstARA
*/
#include <stdlib.h>
Index: pbx_spool.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_spool.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- pbx_spool.c 12 Oct 2005 20:18:13 -0000 1.31
+++ pbx_spool.c 24 Oct 2005 20:12:06 -0000 1.32
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Full-featured outgoing call spool support
+ * \brief Full-featured outgoing call spool support
*
*/
- Previous message: [Asterisk-cvs] asterisk/channels chan_agent.c, 1.159,
1.160 chan_alsa.c, 1.49, 1.50 chan_features.c, 1.17,
1.18 chan_h323.c, 1.130, 1.131 chan_iax2.c, 1.360,
1.361 chan_local.c, 1.54, 1.55 chan_mgcp.c, 1.130,
1.131 chan_modem.c, 1.46, 1.47 chan_modem_i4l.c, 1.31,
1.32 chan_nbs.c, 1.18, 1.19 chan_oss.c, 1.58,
1.59 chan_phone.c, 1.56, 1.57 chan_sip.c, 1.895,
1.896 chan_skinny.c, 1.91, 1.92 chan_vpb.c, 1.96,
1.97 chan_zap.c, 1.534, 1.535
- Next message: [Asterisk-cvs] asterisk/res res_adsi.c, 1.17, 1.18 res_agi.c, 1.51,
1.52 res_config_odbc.c, 1.29, 1.30 res_crypto.c, 1.27,
1.28 res_features.c, 1.74, 1.75 res_indications.c, 1.15,
1.16 res_monitor.c, 1.38, 1.39 res_musiconhold.c, 1.72,
1.73 res_odbc.c, 1.20, 1.21 res_osp.c, 1.24, 1.25
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list