Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
3baea8cf
Commit
3baea8cf
authored
Jan 07, 2013
by
Mukund Sivaraman
Browse files
[2432] Use \throws in API doc
parent
08c2f820
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/rrset_collection.h
View file @
3baea8cf
...
...
@@ -42,9 +42,9 @@ public:
/// The \c origin and \c rrclass arguments are required for the zone
/// loading, but \c RRsetCollection itself does not do any
/// validation, and the collection of RRsets does not have to form a
/// valid zone. The constructor throws MasterLoaderError if there is
/// an error during loading.
/// valid zone.
///
/// \throws MasterLoaderError if there is an error during loading.
/// \param filename Name of a file containing a collection of RRs in
/// the master file format (which may or may not form a valid zone).
/// \param origin The zone origin.
...
...
@@ -56,9 +56,9 @@ public:
///
/// This constructor is similar to the previous one, but instead of
/// taking a filename to load a zone from, it takes an input
/// stream. The constructor throws MasterLoaderError if there is an
/// error during loading.
/// stream.
///
/// \throws MasterLoaderError if there is an error during loading.
/// \param input_stream The input stream to load from.
/// \param origin The zone origin.
/// \param rrclass The zone class.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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