[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


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
  * 
  */
 




More information about the svn-commits mailing list