addons: Fix for Doxygen.

ASTERISK-29742

Change-Id: Ie752cb9638ced1ebe3a55d710c6c18ef6bd0aafc
16.23
Alexander Traud 3 years ago committed by Friendly Automation
parent ebc404fb8c
commit ea42985301

@ -2156,10 +2156,12 @@ static inline const char *at_msg2str(at_message_t msg)
* \param buf the buffer to parse (null terminated) * \param buf the buffer to parse (null terminated)
* \return -1 on error (parse error) or a ECAM value on success * \return -1 on error (parse error) or a ECAM value on success
* *
* Example string: *ECAV: <ccid>,<ccstatus>,<calltype>[,<processid>] * Example:
* [,exitcause][,<number>,<type>] * \verbatim *ECAV: <ccid>,<ccstatus>,<calltype>[,<processid>]
[,exitcause][,<number>,<type>] \endverbatim
* *
* Example indicating busy: *ECAV: 1,7,1 * Example indicating busy:
* \verbatim *ECAV: 1,7,1 \endverbatim
*/ */
static int hfp_parse_ecav(struct hfp_pvt *hfp, char *buf) static int hfp_parse_ecav(struct hfp_pvt *hfp, char *buf)
{ {

Loading…
Cancel
Save