summaryrefslogtreecommitdiff
path: root/include/asterisk/app.h
diff options
context:
space:
mode:
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