[Asterisk-code-review] addons: Fix for Doxygen. (asterisk[16])
Alexander Traud
asteriskteam at digium.com
Mon Nov 15 07:43:52 CST 2021
Alexander Traud has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17389 )
Change subject: addons: Fix for Doxygen.
......................................................................
addons: Fix for Doxygen.
ASTERISK-29742
Change-Id: Ie752cb9638ced1ebe3a55d710c6c18ef6bd0aafc
---
M addons/chan_mobile.c
1 file changed, 5 insertions(+), 3 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/89/17389/1
diff --git a/addons/chan_mobile.c b/addons/chan_mobile.c
index 240c2d4..982d89e 100644
--- a/addons/chan_mobile.c
+++ b/addons/chan_mobile.c
@@ -2156,10 +2156,12 @@
* \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)
{
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17389
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 16
Gerrit-Change-Id: Ie752cb9638ced1ebe3a55d710c6c18ef6bd0aafc
Gerrit-Change-Number: 17389
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211115/3aada48a/attachment.html>
More information about the asterisk-code-review
mailing list