]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
small doxygen fix
authorJelte Jansen <jeltejan@NLnetLabs.nl>
Mon, 19 Sep 2005 10:48:49 +0000 (10:48 +0000)
committerJelte Jansen <jeltejan@NLnetLabs.nl>
Mon, 19 Sep 2005 10:48:49 +0000 (10:48 +0000)
ldns/buffer.h
ldns/rr_functions.h

index 51a368dc8c56d4f54d935b12914cba6144e30337..64ad71a3f6a604be9845abe51d2e5f4807c85f55 100644 (file)
@@ -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);*/
index b12fef7a077c2b48a1330a8fffb8a325c5c2ee4d..883c44956982732d37b3adbb68478c09dbd7d1cf 100644 (file)
@@ -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);