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
ISC Open Source Projects
Kea
Commits
0fcc98b0
Commit
0fcc98b0
authored
Oct 07, 2013
by
Marcin Siodelski
Browse files
[3180] Fixed doxygen errors in OptionDefinition.
parent
b054ce92
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcp/option_definition.h
View file @
0fcc98b0
...
...
@@ -310,6 +310,10 @@ public:
/// @param type option type.
/// @param begin beginning of the option buffer.
/// @param end end of the option buffer.
/// @param callback An instance of the function which parses packet options.
/// If this is set to non NULL value this function will be used instead of
/// @c isc::dhcp::LibDHCP::unpackOptions6 and
/// isc::dhcp::LibDHCP::unpackOptions4.
///
/// @return instance of the DHCP option.
/// @throw InvalidOptionValue if data for the option is invalid.
...
...
@@ -331,6 +335,10 @@ public:
/// @param u option universe (V4 or V6).
/// @param type option type.
/// @param buf option buffer.
/// @param callback An instance of the function which parses packet options.
/// If this is set to non NULL value this function will be used instead of
/// @c isc::dhcp::LibDHCP::unpackOptions6 and
/// isc::dhcp::LibDHCP::unpackOptions4.
///
/// @return instance of the DHCP option.
/// @throw InvalidOptionValue if data for the option is invalid.
...
...
@@ -439,8 +447,15 @@ public:
///
/// @param u universe (V4 or V6).
/// @param type option type.
/// @param encapsulated_space An option space being encapsulated by the
/// options created by this factory function. The options which belong to
/// encapsulated option space are sub options of this option.
/// @param begin iterator pointing to the beginning of the buffer.
/// @param end iterator pointing to the end of the buffer.
/// @param callback An instance of the function which parses packet options.
/// If this is set to non NULL value this function will be used instead of
/// @c isc::dhcp::LibDHCP::unpackOptions6 and
/// isc::dhcp::LibDHCP::unpackOptions4.
/// @tparam T type of the data field (must be one of the uintX_t or intX_t).
///
/// @throw isc::OutOfRange if provided option buffer length is invalid.
...
...
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