Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
f4833d50
Commit
f4833d50
authored
Aug 13, 2012
by
JINMEI Tatuya
Browse files
[2097] unrelated trivial fixes to doxygen comments.
parent
2fd528da
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/domaintree.h
View file @
f4833d50
...
...
@@ -930,7 +930,7 @@ private:
/// \brief The destructor.
///
/// An object of this class is always expected to be destroyed explicitly
/// by \c destroy(), so the
con
structor is hidden as private.
/// by \c destroy(), so the
de
structor is hidden as private.
///
/// \note DomainTree is not intended to be inherited so the destructor
/// is not virtual
...
...
src/lib/datasrc/memory/rdata_encoder.h
View file @
f4833d50
...
...
@@ -100,8 +100,7 @@ namespace memory {
/// \brief General error in RDATA encoding.
///
/// This is thrown when \c RdataEncoder encounters a rare, unsupported
/// situation. a method is called for a name or RRset which
/// is not in or below the zone.
/// situation.
class
RdataEncodingError
:
public
Exception
{
public:
RdataEncodingError
(
const
char
*
file
,
size_t
line
,
const
char
*
what
)
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment