mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 07:48:14 +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,7 +39,7 @@
|
||||
|
||||
#include "asterisk/ari.h"
|
||||
|
||||
/*! \brief Argument struct for ast_ari_endpoints_list() */
|
||||
/*! Argument struct for ast_ari_endpoints_list() */
|
||||
struct ast_ari_endpoints_list_args {
|
||||
};
|
||||
/*!
|
||||
@@ -50,9 +50,9 @@ struct ast_ari_endpoints_list_args {
|
||||
* \param[out] response HTTP response
|
||||
*/
|
||||
void ast_ari_endpoints_list(struct ast_variable *headers, struct ast_ari_endpoints_list_args *args, struct ast_ari_response *response);
|
||||
/*! \brief Argument struct for ast_ari_endpoints_list_by_tech() */
|
||||
/*! Argument struct for ast_ari_endpoints_list_by_tech() */
|
||||
struct ast_ari_endpoints_list_by_tech_args {
|
||||
/*! \brief Technology of the endpoints (sip,iax2,...) */
|
||||
/*! Technology of the endpoints (sip,iax2,...) */
|
||||
const char *tech;
|
||||
};
|
||||
/*!
|
||||
@@ -63,11 +63,11 @@ struct ast_ari_endpoints_list_by_tech_args {
|
||||
* \param[out] response HTTP response
|
||||
*/
|
||||
void ast_ari_endpoints_list_by_tech(struct ast_variable *headers, struct ast_ari_endpoints_list_by_tech_args *args, struct ast_ari_response *response);
|
||||
/*! \brief Argument struct for ast_ari_endpoints_get() */
|
||||
/*! Argument struct for ast_ari_endpoints_get() */
|
||||
struct ast_ari_endpoints_get_args {
|
||||
/*! \brief Technology of the endpoint */
|
||||
/*! Technology of the endpoint */
|
||||
const char *tech;
|
||||
/*! \brief ID of the endpoint */
|
||||
/*! ID of the endpoint */
|
||||
const char *resource;
|
||||
};
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user