mirror of https://github.com/getdnsapi/getdns.git
Doxygen errors
This commit is contained in:
parent
cdf0921ced
commit
cf64c38dc1
|
@ -581,6 +581,8 @@ getdns_pp_dict(ldns_buffer * buf, size_t indent,
|
||||||
* @param buf buffer to write to
|
* @param buf buffer to write to
|
||||||
* @param indent number of spaces to append after newline
|
* @param indent number of spaces to append after newline
|
||||||
* @param list the to list print
|
* @param list the to list print
|
||||||
|
* @param for_namespaces The list is a list of namespace literals.
|
||||||
|
* Show the literal instead of the value.
|
||||||
* @return on success the number of written characters
|
* @return on success the number of written characters
|
||||||
* if an output error is encountered, a negative value
|
* if an output error is encountered, a negative value
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -143,8 +143,8 @@ create_list_from_rr_list(struct getdns_context *context, ldns_rr_list * rr_list)
|
||||||
* helper to check if an extension is set.
|
* helper to check if an extension is set.
|
||||||
* Should only be called for "boolean" type extensions that have a value of
|
* Should only be called for "boolean" type extensions that have a value of
|
||||||
* GETDNS_EXTENSION_TRUE or GETDNS_EXTENSION_FALSE
|
* GETDNS_EXTENSION_TRUE or GETDNS_EXTENSION_FALSE
|
||||||
* @param extensions dictionary
|
* @param extensions extensions dictionary
|
||||||
* @param name of extension to check
|
* @param extension name of extension to check
|
||||||
* @return int with value 1 if set to GETDNS_EXTENSION_TRUE and 0 otherwise
|
* @return int with value 1 if set to GETDNS_EXTENSION_TRUE and 0 otherwise
|
||||||
*/
|
*/
|
||||||
int is_extension_set(struct getdns_dict *extensions, const char *extension);
|
int is_extension_set(struct getdns_dict *extensions, const char *extension);
|
||||||
|
|
Loading…
Reference in New Issue