summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMatt Jordan <mjordan@digium.com>2015-05-17 07:15:15 -0500
committerMatt Jordan <mjordan@digium.com>2015-05-19 21:11:21 -0500
commitd8698b7f3f8a70f7e50ac7323b8236e7658a97f4 (patch)
tree1915ae5602bd9734f56c35f2c1902cc23c95b9e1 /utils
parent908c6a51d69c84f790633e64d72a2f09037bd6cd (diff)
doxygen: Fix doxygen errors
This patch fixes a number of errors and warning messages in the doxygen log. Specifically, it addresses: * A number of files incorrectly places a '\brief' tag immediately after a '\file' tag. Doing so emits a warning, as '\file' takes an optional argument specifying which file the doxygen comment is for. As '\brief' is not a file, doxygen was unamused. * A grouping of Stasis Topics and Messages in rtp_engine.h was incorrectly terminated. We now correctly terminate the grouping, which prevents members of rtp_engine.h from showing up in the wrong group. * Group indicators which are not part of the Stasis Topics and Messages group were removed. Group indicators without an \addtogroup or \ingroup have no meaning. Change-Id: Ia1415ffec6767e27233ae1cae5ed5970de5656d4
Diffstat (limited to 'utils')
-rw-r--r--utils/extconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/extconf.c b/utils/extconf.c
index baca11bf5..4eaea3c2d 100644
--- a/utils/extconf.c
+++ b/utils/extconf.c
@@ -18,7 +18,7 @@
/*!
- * \file extconf
+ * \file
* A condensation of the pbx_config stuff, to read into exensions.conf, and provide an interface to the data there,
* for operations outside of asterisk. A huge, awful hack.
*