From: Alexander Traud Date: Mon, 15 Nov 2021 13:38:44 +0000 (+0100) Subject: addons: Fix for Doxygen. X-Git-Tag: 16.23.0-rc1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea429853019fc76bafffe0a5558fc64a3bf3af0f;p=thirdparty%2Fasterisk.git addons: Fix for Doxygen. ASTERISK-29742 Change-Id: Ie752cb9638ced1ebe3a55d710c6c18ef6bd0aafc --- diff --git a/addons/chan_mobile.c b/addons/chan_mobile.c index c77ca7aee1..a829301040 100644 --- a/addons/chan_mobile.c +++ b/addons/chan_mobile.c @@ -2156,10 +2156,12 @@ static inline const char *at_msg2str(at_message_t msg) * \param buf the buffer to parse (null terminated) * \return -1 on error (parse error) or a ECAM value on success * - * Example string: *ECAV: ,,[,] - * [,exitcause][,,] + * Example: + * \verbatim *ECAV: ,,[,] + [,exitcause][,,] \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) {