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:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user