mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 11:06:31 +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:
@@ -40,23 +40,23 @@
|
||||
|
||||
{{#apis}}
|
||||
{{#operations}}
|
||||
/*! \brief Argument struct for ast_ari_{{c_name}}_{{c_nickname}}() */
|
||||
/*! Argument struct for ast_ari_{{c_name}}_{{c_nickname}}() */
|
||||
struct ast_ari_{{c_name}}_{{c_nickname}}_args {
|
||||
{{#parameters}}
|
||||
{{#description}}
|
||||
{{/description}}
|
||||
{{^allow_multiple}}
|
||||
{{#description}}
|
||||
/*! \brief {{{description}}} */
|
||||
/*! {{{description}}} */
|
||||
{{/description}}
|
||||
{{c_data_type}}{{c_space}}{{c_name}};
|
||||
{{/allow_multiple}}
|
||||
{{#allow_multiple}}
|
||||
/*! \brief Array of {{{description}}} */
|
||||
/*! Array of {{{description}}} */
|
||||
{{c_data_type}}{{c_space}}*{{c_name}};
|
||||
/*! \brief Length of {{c_name}} array. */
|
||||
/*! Length of {{c_name}} array. */
|
||||
size_t {{c_name}}_count;
|
||||
/*! \brief Parsing context for {{c_name}}. */
|
||||
/*! Parsing context for {{c_name}}. */
|
||||
char *{{c_name}}_parse;
|
||||
{{/allow_multiple}}
|
||||
{{/parameters}}
|
||||
|
Reference in New Issue
Block a user