From: Marcin Siodelski Date: Wed, 16 May 2018 10:04:02 +0000 (+0200) Subject: [5588] Updated some doxygen for CQL as a result of review. X-Git-Tag: trac5549a_base~23^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd67ac4590219d8e48a0e845cc5ef0d18580cea4;p=thirdparty%2Fkea.git [5588] Updated some doxygen for CQL as a result of review. --- diff --git a/src/lib/dhcpsrv/cql_lease_mgr.cc b/src/lib/dhcpsrv/cql_lease_mgr.cc index cdd2fe3ab1..0b10becfe1 100644 --- a/src/lib/dhcpsrv/cql_lease_mgr.cc +++ b/src/lib/dhcpsrv/cql_lease_mgr.cc @@ -1483,8 +1483,8 @@ public: /// @param conn An open connection to the database housing the lease data /// @param statement The lease data SQL prepared statement tag to execute /// @param fetch_type Indicates whether or not lease_type should be - /// @param subnet_id id of the subnet for which stats are desired /// fetched from the result set (should be true for v6) + /// @param subnet_id id of the subnet for which stats are desired CqlLeaseStatsQuery(CqlConnection& conn, StatementTag& statement, const bool fetch_type, const SubnetID& subnet_id) : LeaseStatsQuery(subnet_id), conn_(conn), statement_(statement), @@ -1501,8 +1501,9 @@ public: /// @param conn An open connection to the database housing the lease data /// @param statement The lease data SQL prepared statement tag to execute /// @param fetch_type Indicates whether or not lease_type should be - /// @param subnet_id id of the subnet for which stats are desired /// fetched from the result set (should be true for v6) + /// @param first_subnet_id first subnet in the range of subnets + /// @param last_subnet_id last subnet in the range of subnets CqlLeaseStatsQuery(CqlConnection& conn, StatementTag& statement, const bool fetch_type, const SubnetID& first_subnet_id, const SubnetID& last_subnet_id)