BIND 10 trac2386, updated. b7e16c6f873627a09b62631ce0d20e96e165687c [2386] Fix API documentation
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Feb 25 02:20:13 UTC 2013
The branch, trac2386 has been updated
via b7e16c6f873627a09b62631ce0d20e96e165687c (commit)
from d1bbcd891188dd4cda5d51658201a499090372ae (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b7e16c6f873627a09b62631ce0d20e96e165687c
Author: Mukund Sivaraman <muks at isc.org>
Date: Mon Feb 25 07:49:44 2013 +0530
[2386] Fix API documentation
* Remove exceptions that are not thrown.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/rdata/generic/detail/ds_like.h | 2 --
src/lib/dns/rdata/generic/nsec_47.cc | 2 --
2 files changed, 4 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/rdata/generic/detail/ds_like.h b/src/lib/dns/rdata/generic/detail/ds_like.h
index 50389c1..a7bebbf 100644
--- a/src/lib/dns/rdata/generic/detail/ds_like.h
+++ b/src/lib/dns/rdata/generic/detail/ds_like.h
@@ -68,8 +68,6 @@ public:
/// be valid decimal representations of unsigned 8-bit integers
/// respectively. The digest field may contain whitespace.
///
- /// \throw MasterLexer::LexerError General parsing error such as
- /// missing field.
/// \throw InvalidRdataText if any fields are out of their valid range.
///
/// \param ds_str A string containing the RDATA to be created
diff --git a/src/lib/dns/rdata/generic/nsec_47.cc b/src/lib/dns/rdata/generic/nsec_47.cc
index e37a379..c474b02 100644
--- a/src/lib/dns/rdata/generic/nsec_47.cc
+++ b/src/lib/dns/rdata/generic/nsec_47.cc
@@ -67,8 +67,6 @@ struct NSECImpl {
/// any invalid mnemonics are found, InvalidRdataText exception is
/// thrown.
///
-/// \throw MasterLexer::LexerError General parsing error such as
-/// missing field.
/// \throw MissingNameOrigin Thrown when the Next Domain Name is not absolute.
/// \throw InvalidRdataText if any fields are out of their valid range.
///
More information about the bind10-changes
mailing list