Parcourir la source

[2387] Update exception description in API doc

Mukund Sivaraman il y a 12 ans
Parent
commit
0318fc199d
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/lib/dns/rdata/generic/detail/nsec3param_common.h

+ 2 - 2
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 isc::BadValue The salt is not a valid hex string.
 /// \exception InvalidRdataText The given RDATA is otherwise invalid for
 /// \exception InvalidRdataText The given RDATA is otherwise invalid for
 /// NSEC3 or NSEC3PARAM fields.
 /// 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
 /// \param rrtype_name Either "NSEC3" or "NSEC3PARAM"; used as part of
 /// exception messages.
 /// exception messages.