summaryrefslogtreecommitdiff
path: root/include/asterisk/app.h
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@digium.com>2013-03-27 21:52:43 +0000
committerDavid M. Lee <dlee@digium.com>2013-03-27 21:52:43 +0000
commitc67a06a2ff87ffd1dd3607866d965ef3caabe232 (patch)
tree6c9ec7c9cd47d85e09ede06ea5dab54745ea7198 /include/asterisk/app.h
parent72bccf69c379ebbab06e7565260b1f2286ba13c0 (diff)
Added a doxygen group for Stasis messages and topics
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@384201 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/app.h')
-rw-r--r--include/asterisk/app.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asterisk/app.h b/include/asterisk/app.h
index 0505786e6..d6ae5fe8b 100644
--- a/include/asterisk/app.h
+++ b/include/asterisk/app.h
@@ -1120,6 +1120,10 @@ int stasis_publish_mwi_state_full(
int old_msgs,
struct ast_eid *eid);
+/*! \addtogroup StasisTopicsAndMessages
+ * @{
+ */
+
/*!
* \brief The structure that contains MWI state
* \since 12
@@ -1168,6 +1172,8 @@ struct stasis_caching_topic *stasis_mwi_topic_cached(void);
*/
struct stasis_message_type *stasis_mwi_state_message(void);
+/*! @} */
+
/*!
* \brief Initialize the application core
* \retval 0 Success