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
14cc8ad6
Commit
14cc8ad6
authored
Mar 24, 2016
by
Marcin Siodelski
Browse files
[master] Eliminate doxygen warnings after #4212 and #3696.
Committing on my discretion and with no objections on jabber.
parent
8c718457
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/cfg_db_access.h
View file @
14cc8ad6
...
...
@@ -59,7 +59,7 @@ public:
host_db_access_
=
host_db_access
;
}
/// @brief Creates instance of
@ref LeaseMgr @ref H
ost
D
ata
S
ource
/// @brief Creates instance of
lease manager and h
ost
d
ata
s
ource
/// according to the configuration specified.
void
createManagers
()
const
;
...
...
src/lib/dhcpsrv/mysql_host_data_source.cc
View file @
14cc8ad6
...
...
@@ -1070,7 +1070,7 @@ public:
/// @param bind Vector of MYSQL_BIND objects to be used when making the
/// query.
///
/// @
h
trow isc::dhcp::DuplicateEntry Database throws duplicate entry error
/// @t
h
row isc::dhcp::DuplicateEntry Database throws duplicate entry error
void
addQuery
(
MySqlHostDataSource
::
StatementIndex
stindex
,
std
::
vector
<
MYSQL_BIND
>&
bind
);
...
...
@@ -1103,11 +1103,12 @@ public:
/// the 'hosts' table. The query may also use LEFT JOIN clause to
/// retrieve information from other tables, e.g. ipv6_reservations.
/// Whether IPv6 reservations are assigned to the @ref Host objects
/// depends on the type of the
@ref
exchange object.
/// depends on the type of the exchange object.
///
/// @param stindex Statement index.
/// @param Vector of MySQL bindings.
/// @param Pointer to the exchange object used for the particular query.
/// @param bind Pointer to an array of MySQL bindings.
/// @param exchange Pointer to the exchange object used for the
/// particular query.
/// @param [out] result Reference to the collection of hosts returned.
/// @param single A boolean value indicating if a single host is
/// expected to be returned, or multiple hosts.
...
...
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