summaryrefslogtreecommitdiff
path: root/include/asterisk/stasis_test.h
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 /include/asterisk/stasis_test.h
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 'include/asterisk/stasis_test.h')
-rw-r--r--include/asterisk/stasis_test.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asterisk/stasis_test.h b/include/asterisk/stasis_test.h
index ad4020a08..d9df1c97f 100644
--- a/include/asterisk/stasis_test.h
+++ b/include/asterisk/stasis_test.h
@@ -20,7 +20,8 @@
#define _ASTERISK_STASIS_TEST_H
/*!
- * \file \brief Test infrastructure for dealing with Stasis.
+ * \file
+ * \brief Test infrastructure for dealing with Stasis.
*
* \author David M. Lee, II <dlee@digium.com>
*