2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[master] Fixed doxygen errors introduced by 4294.

modified:   src/lib/dhcpsrv/mysql_lease_mgr.cc
modified:   src/lib/dhcpsrv/pgsql_lease_mgr.cc
This commit is contained in:
Thomas Markwalder
2016-08-25 13:37:46 -04:00
parent 99a5e78d3c
commit bb040d046a
2 changed files with 3 additions and 3 deletions

View File

@@ -1235,8 +1235,8 @@ public:
/// @brief Constructor
///
/// @param conn A open connection to the database housing the lease data
/// @brief statement_index Index of the query's prepared statement
/// @brief fetch_type Indicates if query supplies lease type
/// @param statement_index Index of the query's prepared statement
/// @param fetch_type Indicates if query supplies lease type
MySqlLeaseStatsQuery(MySqlConnection& conn, const size_t statement_index,
const bool fetch_type)
: conn_(conn), statement_index_(statement_index), statement_(NULL),