mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
main: Fix for Doxygen.
ASTERISK-29763 Change-Id: Ib8359e3590a9109eb04a5376559d040e5e21867e
This commit is contained in:
committed by
Friendly Automation
parent
cc025026b7
commit
9440f6ec58
@@ -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
|
||||
|
Reference in New Issue
Block a user