Fixed Doxygen comments after scanning complete src directory

This commit is contained in:
Tobias Brunner
2013-03-02 18:31:53 +01:00
parent b42f2cacac
commit 11adf114c1
96 changed files with 221 additions and 183 deletions
@@ -41,11 +41,11 @@ struct unbound_response_t {
/**
* Create an unbound_response instance from a response of the unbound library.
*
* @param a response of the unbound library
* @return an unbound_response conforming to the resolver_response
* interface, or NULL on failure
* @param response a response of the unbound library
* @return an unbound_response conforming to the resolver_response
* interface, or NULL on failure
*/
unbound_response_t *unbound_response_create_frm_libub_response(
struct ub_result *libub_response);
struct ub_result *response);
#endif /** UNBOUND_RESPONSE_H_ @}*/