]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4294] Fixed a doxygen error
authorThomas Markwalder <tmark@isc.org>
Thu, 18 Aug 2016 10:54:58 +0000 (06:54 -0400)
committerThomas Markwalder <tmark@isc.org>
Thu, 18 Aug 2016 10:54:58 +0000 (06:54 -0400)
src/lib/dhcpsrv/lease_mgr.h

index f0a58f7aef95de081681fef21c646a32958f3122..a8f21b100959aafa7b252d98ec32265c25408354 100644 (file)
@@ -224,6 +224,7 @@ struct AddressStatsRow6 {
     /// @brief Constructor
     ///
     /// @param subnet_id The subnet id to which this data applies
+    /// @param lease_type The lease type for this state count
     /// @param lease_state The lease state counted
     /// @param state_count The count of leases in the lease state
     AddressStatsRow6(const SubnetID& subnet_id, const Lease::Type& lease_type,
@@ -235,7 +236,7 @@ struct AddressStatsRow6 {
 
     /// @brief The subnet ID to which this data applies
     SubnetID subnet_id_;
-    /// @brief The lease_state to which the count applies
+    /// @brief The lease_type to which the count applies
     Lease::Type lease_type_;
     /// @brief The lease_state to which the count applies
     uint32_t lease_state_;