From 2024c2e4764dea9c7c1ce99f724a9682cca29fdd Mon Sep 17 00:00:00 2001
From: Alexander Traud <pabstraud@compuserve.com>
Date: Mon, 15 Nov 2021 14:38:44 +0100
Subject: [PATCH] addons: Fix for Doxygen.

ASTERISK-29742

Change-Id: Ie752cb9638ced1ebe3a55d710c6c18ef6bd0aafc
---
 addons/chan_mobile.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

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: <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)
 {
-- 
GitLab