Fixed a minor doxygen markup problem

This commit is contained in:
Melinda Shore 2013-10-10 11:53:59 -07:00
parent 6cd8051692
commit e7bb441c8e
1 changed files with 2 additions and 1 deletions

View File

@ -752,6 +752,7 @@ getdns_general_sync(
* @param response_length response length * @param response_length response length
* @param response response * @param response response
* @return GETDNS_RETURN_GOOD on success * @return GETDNS_RETURN_GOOD on success
*/ */
getdns_return_t getdns_return_t
getdns_address_sync( getdns_address_sync(
@ -765,7 +766,7 @@ getdns_address_sync(
/** /**
* retrieve hostname assigned to an IP address * retrieve hostname assigned to an IP address
* @param context pointer to a previously created context to be used for this call * @param context pointer to a previously created context to be used for this call
* @param name the ASCII based domain name to lookup * @param address the address to look up
* @param extensions dict data structures, NULL to use no extensions * @param extensions dict data structures, NULL to use no extensions
* @param response_length response length * @param response_length response length
* @param response response * @param response response