[Asterisk-code-review] res pjsip.h: Fix doxygen comments. (asterisk[16])
Joshua Colp
asteriskteam at digium.com
Wed Aug 8 05:11:27 CDT 2018
Joshua Colp has submitted this change and it was merged. ( https://gerrit.asterisk.org/9830 )
Change subject: res_pjsip.h: Fix doxygen comments.
......................................................................
res_pjsip.h: Fix doxygen comments.
Change-Id: I9cf97bdc756012d1f552ab007f4aa85e0ddb4e62
---
M include/asterisk/res_pjsip.h
1 file changed, 7 insertions(+), 7 deletions(-)
Approvals:
Benjamin Keith Ford: Looks good to me, but someone else must approve
Joshua Colp: Looks good to me, approved; Approved for Submit
diff --git a/include/asterisk/res_pjsip.h b/include/asterisk/res_pjsip.h
index 849f087..0412294 100644
--- a/include/asterisk/res_pjsip.h
+++ b/include/asterisk/res_pjsip.h
@@ -133,7 +133,7 @@
#define ast_sip_transport_is_local(transport_state, addr) \
(transport_state->localnet && ast_apply_ha(transport_state->localnet, addr) != AST_SENSE_ALLOW)
-/*
+/*!
* \brief Transport to bind to
*/
struct ast_sip_transport {
@@ -353,7 +353,7 @@
unsigned int support_path;
/*! Qualify timeout. 0 is diabled. */
double qualify_timeout;
- /* Voicemail extension to set in Message-Account */
+ /*! Voicemail extension to set in Message-Account */
char *voicemail_extension;
};
@@ -516,11 +516,11 @@
/*! Username to use when sending MWI NOTIFYs to this endpoint */
AST_STRING_FIELD(fromuser);
);
- /* Should mailbox states be combined into a single notification? */
+ /*! Should mailbox states be combined into a single notification? */
unsigned int aggregate;
- /* Should a subscribe replace unsolicited notifies? */
+ /*! Should a subscribe replace unsolicited notifies? */
unsigned int subscribe_replaces_unsolicited;
- /* Voicemail extension to set in Message-Account */
+ /*! Voicemail extension to set in Message-Account */
char *voicemail_extension;
};
@@ -534,7 +534,7 @@
unsigned int minexpiry;
/*! Message waiting configuration */
struct ast_sip_mwi_configuration mwi;
- /* Context for SUBSCRIBE requests */
+ /*! Context for SUBSCRIBE requests */
char context[AST_MAX_CONTEXT];
};
@@ -2891,7 +2891,7 @@
*/
int ast_sip_failover_request(pjsip_tx_data *tdata);
-/*
+/*!
* \brief Retrieve the local host address in IP form
*
* \param af The address family to retrieve
--
To view, visit https://gerrit.asterisk.org/9830
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 16
Gerrit-MessageType: merged
Gerrit-Change-Id: I9cf97bdc756012d1f552ab007f4aa85e0ddb4e62
Gerrit-Change-Number: 9830
Gerrit-PatchSet: 1
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Benjamin Keith Ford <bford at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180808/cb6f8abe/attachment.html>
More information about the asterisk-code-review
mailing list