Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
9ac31c2a
Commit
9ac31c2a
authored
Apr 06, 2013
by
Paul Selkirk
Browse files
[2521] add minimal doxygen comments for string & lexer constructors
parent
5629c013
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/rdata/generic/opt_41.cc
View file @
9ac31c2a
// Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2010
-2013
Internet Systems Consortium, Inc. ("ISC")
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
...
...
@@ -28,10 +28,16 @@ using namespace isc::util;
// BEGIN_ISC_NAMESPACE
// BEGIN_RDATA_NAMESPACE
/// \brief Constructor from string.
///
/// \throw InvalidRdataText OPT RR cannot be constructed from text.
OPT
::
OPT
(
const
std
::
string
&
)
{
isc_throw
(
InvalidRdataText
,
"OPT RR cannot be constructed from text"
);
}
/// \brief Constructor with a context of MasterLexer.
///
/// \throw InvalidRdataText OPT RR cannot be constructed from text.
OPT
::
OPT
(
MasterLexer
&
,
const
Name
*
,
MasterLoader
::
Options
,
MasterLoaderCallbacks
&
)
{
...
...
Write
Preview
Markdown
is supported
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