]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
nitpicks from doxygen parser
authorVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 1 Jun 2017 15:14:52 +0000 (17:14 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 1 Jun 2017 15:14:52 +0000 (17:14 +0200)
lib/dnssec.h

index 0bb120fb711163c2a57a92c0254e251bf179f63d..0f36a059bb8703326ff075550d7120b78006a53d 100644 (file)
@@ -140,12 +140,12 @@ int kr_dnssec_key_from_rdata(struct dseckey **key, const knot_dname_t *kown, con
 void kr_dnssec_key_free(struct dseckey **key);
 
 /**
- * Checks whether NSEC\NSEC3 RR selected by iterator matches the supplied name and type.
- * @param request Records selected by iterator.
- * @param qry_uid Query unique identifier where NSEC\NSEC3 belongs to.
- * @param name  Name to be checked.
- * @param type  Type to be checked.
- * @return      0 or error code.
+ * Checks whether NSEC/NSEC3 RR selected by iterator matches the supplied name and type.
+ * @param rrs     Records selected by iterator.
+ * @param qry_uid Query unique identifier where NSEC/NSEC3 belongs to.
+ * @param name    Name to be checked.
+ * @param type    Type to be checked.
+ * @return        0 or error code.
  */
 int kr_dnssec_matches_name_and_type(const ranked_rr_array_t *rrs, uint32_t qry_uid,
                                    const knot_dname_t *name, uint16_t type);