]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3287] Update API doc comments of SSHFP constructors
authorMukund Sivaraman <muks@isc.org>
Tue, 14 Jan 2014 12:02:08 +0000 (17:32 +0530)
committerMukund Sivaraman <muks@isc.org>
Tue, 14 Jan 2014 12:02:08 +0000 (17:32 +0530)
src/lib/dns/rdata/generic/sshfp_44.cc

index 346ad73f22a9271175b09546861dc8a4f02c958a..4c1e83274a2997477cbb6431133c53e703a8fbb6 100644 (file)
@@ -104,8 +104,9 @@ SSHFP::constructFromLexer(MasterLexer& lexer) {
 /// valid hex encoding of the fingerprint. For compatibility with BIND 9,
 /// whitespace is allowed in the hex text (RFC4255 is silent on the matter).
 ///
-/// \throw InvalidRdataText if any fields are missing, out of their valid
-/// ranges, or incorrect.
+/// \throw InvalidRdataText if any fields are missing, are out of their
+/// valid ranges or are incorrect, or if the fingerprint is not a valid
+/// hex string.
 ///
 /// \param sshfp_str A string containing the RDATA to be created
 SSHFP::SSHFP(const string& sshfp_str) :
@@ -141,7 +142,7 @@ SSHFP::SSHFP(const string& sshfp_str) :
 /// of an SSHFP RDATA.
 ///
 /// \throw MasterLexer::LexerError General parsing error such as missing field.
-/// \throw InvalidRdataText Fields are out of their valid range, or are
+/// \throw InvalidRdataText Fields are out of their valid range or are
 /// incorrect, or if the fingerprint is not a valid hex string.
 ///
 /// \param lexer A \c MasterLexer object parsing a master file for the