mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 08:31:02 +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,9 +39,9 @@
|
||||
|
||||
#include "asterisk/ari.h"
|
||||
|
||||
/*! \brief Argument struct for ast_ari_playbacks_get() */
|
||||
/*! Argument struct for ast_ari_playbacks_get() */
|
||||
struct ast_ari_playbacks_get_args {
|
||||
/*! \brief Playback's id */
|
||||
/*! Playback's id */
|
||||
const char *playback_id;
|
||||
};
|
||||
/*!
|
||||
@@ -52,9 +52,9 @@ struct ast_ari_playbacks_get_args {
|
||||
* \param[out] response HTTP response
|
||||
*/
|
||||
void ast_ari_playbacks_get(struct ast_variable *headers, struct ast_ari_playbacks_get_args *args, struct ast_ari_response *response);
|
||||
/*! \brief Argument struct for ast_ari_playbacks_stop() */
|
||||
/*! Argument struct for ast_ari_playbacks_stop() */
|
||||
struct ast_ari_playbacks_stop_args {
|
||||
/*! \brief Playback's id */
|
||||
/*! Playback's id */
|
||||
const char *playback_id;
|
||||
};
|
||||
/*!
|
||||
@@ -65,11 +65,11 @@ struct ast_ari_playbacks_stop_args {
|
||||
* \param[out] response HTTP response
|
||||
*/
|
||||
void ast_ari_playbacks_stop(struct ast_variable *headers, struct ast_ari_playbacks_stop_args *args, struct ast_ari_response *response);
|
||||
/*! \brief Argument struct for ast_ari_playbacks_control() */
|
||||
/*! Argument struct for ast_ari_playbacks_control() */
|
||||
struct ast_ari_playbacks_control_args {
|
||||
/*! \brief Playback's id */
|
||||
/*! Playback's id */
|
||||
const char *playback_id;
|
||||
/*! \brief Operation to perform on the playback. */
|
||||
/*! Operation to perform on the playback. */
|
||||
const char *operation;
|
||||
};
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user