2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[2390] Make minor documentation updates

This commit is contained in:
Mukund Sivaraman
2013-01-29 11:28:07 +05:30
parent 859b69891f
commit 5d1563f963
2 changed files with 8 additions and 6 deletions

View File

@@ -75,9 +75,10 @@ NS::NS(InputBuffer& buffer, size_t) :
/// \brief Constructor with a context of MasterLexer.
///
/// The \c lexer should point to the beginning of valid textual
/// representation of an NS RDATA. The NSDNAME field can be non
/// absolute if \c origin is non NULL, in which case \c origin is used
/// to make it absolute. It must not be represented as a quoted string.
/// representation of an NS RDATA. The NSDNAME field can be
/// non-absolute if \c origin is non-NULL, in which case \c origin is
/// used to make it absolute. It must not be represented as a quoted
/// string.
///
/// \throw MasterLexer::LexerError General parsing error such as missing field.
/// \throw Other Exceptions from the Name and RRTTL constructors if

View File

@@ -73,9 +73,10 @@ PTR::PTR(InputBuffer& buffer, size_t) :
/// \brief Constructor with a context of MasterLexer.
///
/// The \c lexer should point to the beginning of valid textual
/// representation of a PTR RDATA. The PTRDNAME field can be non
/// absolute if \c origin is non NULL, in which case \c origin is used
/// to make it absolute. It must not be represented as a quoted string.
/// representation of a PTR RDATA. The PTRDNAME field can be
/// non-absolute if \c origin is non-NULL, in which case \c origin is
/// used to make it absolute. It must not be represented as a quoted
/// string.
///
/// \throw MasterLexer::LexerError General parsing error such as missing field.
/// \throw Other Exceptions from the Name and RRTTL constructors if