]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
addons: Fix for Doxygen.
authorAlexander Traud <pabstraud@compuserve.com>
Mon, 15 Nov 2021 13:38:44 +0000 (14:38 +0100)
committerGeorge Joseph <gjoseph@digium.com>
Thu, 18 Nov 2021 18:47:49 +0000 (12:47 -0600)
ASTERISK-29742

Change-Id: Ie752cb9638ced1ebe3a55d710c6c18ef6bd0aafc

addons/chan_mobile.c

index c77ca7aee17d14b8991afb08bab94bb56af46857..a829301040a50102a61b9235c3bc488e6bf36de7 100644 (file)
@@ -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: <ccid>,<ccstatus>,<calltype>[,<processid>]
- * [,exitcause][,<number>,<type>]
+ * Example:
+ * \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)
 {