]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5588] Updated some doxygen for CQL as a result of review.
authorMarcin Siodelski <marcin@isc.org>
Wed, 16 May 2018 10:04:02 +0000 (12:04 +0200)
committerMarcin Siodelski <marcin@isc.org>
Wed, 16 May 2018 10:04:02 +0000 (12:04 +0200)
src/lib/dhcpsrv/cql_lease_mgr.cc

index cdd2fe3ab1e032eaf3d07ed1f7d64cb032f2ecd8..0b10becfe1ee3a4fb331d9a5aa20e30819d85543 100644 (file)
@@ -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)