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
9604c4a6
Commit
9604c4a6
authored
Nov 07, 2016
by
Marcin Siodelski
Browse files
[master] Fixing doxygen warnings after merge of #5016.
Trivial changes.
parent
eb12ce52
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcp/libdhcp++.h
View file @
9604c4a6
...
...
@@ -55,7 +55,7 @@ public:
///
/// @return Pointer to the option definition or NULL pointer if option
/// definition has not been found.
static
OptionDefinitionPtr
getOptionDef
(
const
std
::
string
&
option_
space
,
static
OptionDefinitionPtr
getOptionDef
(
const
std
::
string
&
space
,
const
std
::
string
&
name
);
/// @brief Returns vendor option definition for a given vendor-id and code
...
...
src/lib/dhcp/option6_pdexclude.h
View file @
9604c4a6
...
...
@@ -80,7 +80,7 @@ public:
/// @brief Returns Prefix Exclude option in textual format.
///
/// @param ident Number of spaces to be inserted before the text.
/// @param i
n
dent Number of spaces to be inserted before the text.
virtual
std
::
string
toText
(
int
indent
=
0
)
const
;
/// @brief Returns excluded prefix.
...
...
src/lib/dhcp/option_data_types.h
View file @
9604c4a6
...
...
@@ -536,7 +536,7 @@ public:
///
/// @param prefix_len Prefix length in bits (0 to 128).
/// @param prefix Prefix value.
/// @param [out] Output buffer.
/// @param [out]
buf
Output buffer.
static
void
writePrefix
(
const
PrefixLen
&
prefix_len
,
const
asiolink
::
IOAddress
&
prefix
,
std
::
vector
<
uint8_t
>&
buf
);
...
...
src/lib/dhcpsrv/pool.h
View file @
9604c4a6
...
...
@@ -226,7 +226,7 @@ public:
/// option to a client.
///
/// @param prefix specified a prefix of the pool.
/// @param prefix_
Leb
specifies prefix length of the pool.
/// @param prefix_
len
specifies prefix length of the pool.
/// @param delegated_len specifies length of the delegated prefixes.
/// @param excluded_prefix specifies an excluded prefix as per RFC6603.
/// @param excluded_prefix_len specifies length of an excluded prefix.
...
...
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