Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
Kea
Commits
8b6fb2be
Commit
8b6fb2be
authored
Jan 17, 2017
by
Tomek Mrugalski
🛰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[5112] Unrelated doxygen warnings fixed.
parent
ac61c072
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/lib/dhcpsrv/parsers/dhcp_parsers.h
src/lib/dhcpsrv/parsers/dhcp_parsers.h
+1
-1
src/lib/dhcpsrv/srv_config.h
src/lib/dhcpsrv/srv_config.h
+1
-1
No files found.
src/lib/dhcpsrv/parsers/dhcp_parsers.h
View file @
8b6fb2be
...
@@ -994,7 +994,7 @@ public:
...
@@ -994,7 +994,7 @@ public:
/// @brief Parses a given dhcp-ddns element into D2ClientConfig.
/// @brief Parses a given dhcp-ddns element into D2ClientConfig.
///
///
/// @param client_c
onfi
g is the "dhcp-ddns" configuration to parse
/// @param
d2_
client_c
f
g is the "dhcp-ddns" configuration to parse
///
///
/// The elements currently supported are (see isc::dhcp::D2ClientConfig
/// The elements currently supported are (see isc::dhcp::D2ClientConfig
/// for details on each):
/// for details on each):
...
...
src/lib/dhcpsrv/srv_config.h
View file @
8b6fb2be
...
@@ -499,7 +499,7 @@ public:
...
@@ -499,7 +499,7 @@ public:
}
}
/// @brief Sets the D2 client configuration
/// @brief Sets the D2 client configuration
/// @param d
ictionary
pointer to the new D2 client configuration
/// @param d
2_client_config
pointer to the new D2 client configuration
void
setD2ClientConfig
(
const
D2ClientConfigPtr
&
d2_client_config
)
{
void
setD2ClientConfig
(
const
D2ClientConfigPtr
&
d2_client_config
)
{
d2_client_config_
=
d2_client_config
;
d2_client_config_
=
d2_client_config
;
}
}
...
...
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