From: Jelte Jansen Date: Mon, 19 Sep 2005 10:48:49 +0000 (+0000) Subject: small doxygen fix X-Git-Tag: release-1.0.0~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d92bc580e261465ffcc663ace1960ccb8416037;p=thirdparty%2Fldns.git small doxygen fix --- diff --git a/ldns/buffer.h b/ldns/buffer.h index 51a368dc..64ad71a3 100644 --- a/ldns/buffer.h +++ b/ldns/buffer.h @@ -481,8 +481,8 @@ ldns_buffer_status_ok(ldns_buffer *buffer) /** * prints to the buffer, increasing the capacity if required using * buffer_reserve(). The buffer's position is set to the terminating - * '\0'. Returns the number of characters written (not including the - * terminating '\0') or -1 on failure. + * '\\0'. Returns the number of characters written (not including the + * terminating '\\0') or -1 on failure. */ int ldns_buffer_printf(ldns_buffer *buffer, const char *format, ...); /* ATTR_FORMAT(printf, 2, 3);*/ diff --git a/ldns/rr_functions.h b/ldns/rr_functions.h index b12fef7a..883c4495 100644 --- a/ldns/rr_functions.h +++ b/ldns/rr_functions.h @@ -233,7 +233,7 @@ bool ldns_rr_dnskey_set_key(ldns_rr *r, ldns_rdf *f); /** * get the length of the keydata in bits - * \param[in] r the rr to use + * \param[in] key the key rr to use * \return the keysize in bits */ uint16_t ldns_rr_dnskey_key_size(ldns_rr *key);