mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 12:52:33 +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,11 +39,11 @@
|
||||
|
||||
#include "asterisk/ari.h"
|
||||
|
||||
/*! \brief Argument struct for ast_ari_sounds_list() */
|
||||
/*! Argument struct for ast_ari_sounds_list() */
|
||||
struct ast_ari_sounds_list_args {
|
||||
/*! \brief Lookup sound for a specific language. */
|
||||
/*! Lookup sound for a specific language. */
|
||||
const char *lang;
|
||||
/*! \brief Lookup sound in a specific format. */
|
||||
/*! Lookup sound in a specific format. */
|
||||
const char *format;
|
||||
};
|
||||
/*!
|
||||
@@ -65,9 +65,9 @@ int ast_ari_sounds_list_parse_body(
|
||||
* \param[out] response HTTP response
|
||||
*/
|
||||
void ast_ari_sounds_list(struct ast_variable *headers, struct ast_ari_sounds_list_args *args, struct ast_ari_response *response);
|
||||
/*! \brief Argument struct for ast_ari_sounds_get() */
|
||||
/*! Argument struct for ast_ari_sounds_get() */
|
||||
struct ast_ari_sounds_get_args {
|
||||
/*! \brief Sound's id */
|
||||
/*! Sound's id */
|
||||
const char *sound_id;
|
||||
};
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user