main: Fix for Doxygen.

ASTERISK-29763

Change-Id: Ib8359e3590a9109eb04a5376559d040e5e21867e
This commit is contained in:
Alexander Traud
2021-11-19 16:47:25 +01:00
committed by Friendly Automation
parent cc025026b7
commit 9440f6ec58
129 changed files with 1138 additions and 1573 deletions

View File

@@ -20,7 +20,7 @@
*
* \brief The default DNS resolver for Asterisk.
*
* \arg See also \ref res_resolver_unbound
* \arg See also \ref res_resolver_unbound.c
*
* \author Ashley Sanders <asanders@digium.com>
*/
@@ -200,9 +200,10 @@ static int dns_system_resolver_resolve(struct ast_dns_query *query)
*
* \internal
*
* \param dns_response The full DNS response.
* \param dns_response The length of the full DNS response.
* \param rcode The DNS response code.
* \param context A void pointer to the ast_dns_query being processed.
* \param dns_response The full DNS response.
* \param dns_response_len The length of the full DNS response.
* \param rcode The DNS response code.
*
* \retval 0 on success
* \retval -1 on failure