summaryrefslogtreecommitdiff
path: root/res/ari/resource_events.h
diff options
context:
space:
mode:
Diffstat (limited to 'res/ari/resource_events.h')
-rw-r--r--res/ari/resource_events.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/ari/resource_events.h b/res/ari/resource_events.h
index 08077098b..021a59636 100644
--- a/res/ari/resource_events.h
+++ b/res/ari/resource_events.h
@@ -39,13 +39,13 @@
#include "asterisk/ari.h"
-/*! \brief Argument struct for ast_ari_events_event_websocket() */
+/*! Argument struct for ast_ari_events_event_websocket() */
struct ast_ari_events_event_websocket_args {
- /*! \brief Array of Applications to subscribe to. */
+ /*! Array of Applications to subscribe to. */
const char **app;
- /*! \brief Length of app array. */
+ /*! Length of app array. */
size_t app_count;
- /*! \brief Parsing context for app. */
+ /*! Parsing context for app. */
char *app_parse;
};
/*!