aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-24 20:12:06 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-24 20:12:06 +0000
commit2c3b3edc86c6999c3053c131972a3e29e7621bac (patch)
treeb3ba750361c8145e6c629b37179fb9f1750094b4 /pbx
parent009102fa0d7a8f95ef396d510a9a731f6f9f6f1e (diff)
Doxygen documentation update from oej (issue #5505)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6847 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-rwxr-xr-xpbx/dundi-parser.c4
-rwxr-xr-xpbx/pbx_ael.c4
-rwxr-xr-xpbx/pbx_config.c4
-rwxr-xr-xpbx/pbx_dundi.c4
-rwxr-xr-xpbx/pbx_gtkconsole.c4
-rwxr-xr-xpbx/pbx_loopback.c4
-rwxr-xr-xpbx/pbx_realtime.c5
-rwxr-xr-xpbx/pbx_spool.c4
8 files changed, 17 insertions, 16 deletions
diff --git a/pbx/dundi-parser.c b/pbx/dundi-parser.c
index ad468959d..9b9d9d205 100755
--- a/pbx/dundi-parser.c
+++ b/pbx/dundi-parser.c
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Distributed Universal Number Discovery (DUNDi)
+ * \brief Distributed Universal Number Discovery (DUNDi)
*
*/
diff --git a/pbx/pbx_ael.c b/pbx/pbx_ael.c
index 97fbc8455..2cdc65078 100755
--- a/pbx/pbx_ael.c
+++ b/pbx/pbx_ael.c
@@ -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
*
*/
diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c
index 45df4b1b4..e43f2e1bf 100755
--- a/pbx/pbx_config.c
+++ b/pbx/pbx_config.c
@@ -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
*
*/
diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c
index 73e5346d0..0dce9670f 100755
--- a/pbx/pbx_dundi.c
+++ b/pbx/pbx_dundi.c
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Distributed Universal Number Discovery (DUNDi)
+ * \brief Distributed Universal Number Discovery (DUNDi)
*
*/
diff --git a/pbx/pbx_gtkconsole.c b/pbx/pbx_gtkconsole.c
index 5c70d11a6..f0d118b89 100755
--- a/pbx/pbx_gtkconsole.c
+++ b/pbx/pbx_gtkconsole.c
@@ -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
*
*/
diff --git a/pbx/pbx_loopback.c b/pbx/pbx_loopback.c
index 8e99756d3..aeba07dcb 100755
--- a/pbx/pbx_loopback.c
+++ b/pbx/pbx_loopback.c
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Loopback PBX Module
+ * \brief Loopback PBX Module
*
*/
diff --git a/pbx/pbx_realtime.c b/pbx/pbx_realtime.c
index b3fd5edcf..af44f51e2 100755
--- a/pbx/pbx_realtime.c
+++ b/pbx/pbx_realtime.c
@@ -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>
diff --git a/pbx/pbx_spool.c b/pbx/pbx_spool.c
index 3a9a62c1f..96531b5f9 100755
--- a/pbx/pbx_spool.c
+++ b/pbx/pbx_spool.c
@@ -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
*
*/