diff options
author | Mukund Sivaraman <muks@isc.org> | 2013-03-25 08:50:06 +0100 |
---|---|---|
committer | Mukund Sivaraman <muks@isc.org> | 2013-03-25 08:50:06 +0100 |
commit | 945103ccf34fe1140877c1dda05a98eb4ee79d98 (patch) | |
tree | 9de254430ba21ac0a0c8438fa8f43eb7bed0891a /src/lib/dns/rdata/generic/nsec3param_51.cc | |
parent | [2387] Remove duplicate testcase (diff) | |
download | kea-945103ccf34fe1140877c1dda05a98eb4ee79d98.tar.xz kea-945103ccf34fe1140877c1dda05a98eb4ee79d98.zip |
[2387] Unify constructor API documentation
Diffstat (limited to 'src/lib/dns/rdata/generic/nsec3param_51.cc')
-rw-r--r-- | src/lib/dns/rdata/generic/nsec3param_51.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/dns/rdata/generic/nsec3param_51.cc b/src/lib/dns/rdata/generic/nsec3param_51.cc index a38231a55c..a4cfe097de 100644 --- a/src/lib/dns/rdata/generic/nsec3param_51.cc +++ b/src/lib/dns/rdata/generic/nsec3param_51.cc @@ -87,9 +87,8 @@ NSEC3PARAM::NSEC3PARAM(const std::string& nsec3param_str) : /// The \c lexer should point to the beginning of valid textual /// representation of an NSEC3PARAM RDATA. /// -/// The Hash Algorithm, Flags and Iterations fields must be within their -/// valid ranges. The Salt field may contain "-" to indicate that the -/// salt is of length 0. The Salt field must not contain any whitespace. +/// See \c NSEC3PARAM::NSEC3PARAM(const std::string&) for description of +/// the expected RDATA fields. /// /// \throw MasterLexer::LexerError General parsing error such as /// missing field. |