summaryrefslogtreecommitdiffstats
path: root/lib/dnssec/signature.h
diff options
context:
space:
mode:
authorVladimír Čunát <vladimir.cunat@nic.cz>2020-04-14 12:06:44 +0200
committerPetr Špaček <petr.spacek@nic.cz>2020-07-15 09:26:49 +0200
commitec41d40984d5208295de934a2a10657e23632c3b (patch)
tree60bc6164f324efd65426f2c96e3beb3a53873994 /lib/dnssec/signature.h
parentstats nitpick: nicer code (diff)
downloadknot-resolver-ec41d40984d5208295de934a2a10657e23632c3b.tar.xz
knot-resolver-ec41d40984d5208295de934a2a10657e23632c3b.zip
doc-comments: fix some of the complaints from doxygen
There's still frequent issue that documenting some parameters would be mainly noise but doxygen will warn when not doing it. WARN_IF_UNDOCUMENTED apparently doesn't cover this and WARN_IF_DOC_ERROR would probably remove even some useful warnings.
Diffstat (limited to 'lib/dnssec/signature.h')
-rw-r--r--lib/dnssec/signature.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/dnssec/signature.h b/lib/dnssec/signature.h
index 28271ee7..9e71ad96 100644
--- a/lib/dnssec/signature.h
+++ b/lib/dnssec/signature.h
@@ -18,8 +18,7 @@ int kr_authenticate_referral(const knot_rrset_t *ref, const dnssec_key_t *key);
/**
* Check the signature of the supplied RRSet.
- * @param rrsigs RRSet containing signatures.
- * @param pos Index of the signature record in the signature RRSet.
+ * @param rrsig RRSet containing signatures.
* @param key Key to be used to validate the signature.
* @param covered The covered RRSet.
* @param trim_labels Number of the leftmost labels to be removed and replaced with '*.'.