From: Mukund Sivaraman Date: Thu, 14 Mar 2013 01:50:18 +0000 (+0530) Subject: [2387] Update exception description in API doc X-Git-Tag: bind10-1.2.0beta1-release~481^2~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0318fc199d2d653198294eed8bbfd4ee69b340de;p=thirdparty%2Fkea.git [2387] Update exception description in API doc --- diff --git a/src/lib/dns/rdata/generic/detail/nsec3param_common.h b/src/lib/dns/rdata/generic/detail/nsec3param_common.h index 17e17f418f..a8b848d283 100644 --- a/src/lib/dns/rdata/generic/detail/nsec3param_common.h +++ b/src/lib/dns/rdata/generic/detail/nsec3param_common.h @@ -72,8 +72,8 @@ struct ParseNSEC3ParamResult { /// \exception isc::BadValue The salt is not a valid hex string. /// \exception InvalidRdataText The given RDATA is otherwise invalid for /// NSEC3 or NSEC3PARAM fields. -/// \exception MasterLexer::LexerError There was a failure reading a -/// field from the MasterLexer. +/// \exception MasterLexer::LexerError There was a syntax error reading +/// a field from the MasterLexer. /// /// \param rrtype_name Either "NSEC3" or "NSEC3PARAM"; used as part of /// exception messages.