mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
ARI: Remove unnecessary \briefs from automatically generated documentation
Review: https://reviewboard.asterisk.org/r/3440/ ........ Merged revisions 412653 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@417770 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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;
|
||||
};
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user