From 180a0b201d37ce023c3c8f37c4ad69cd175ad217 Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Thu, 18 Aug 2016 06:54:58 -0400 Subject: [PATCH] [4294] Fixed a doxygen error --- src/lib/dhcpsrv/lease_mgr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/dhcpsrv/lease_mgr.h b/src/lib/dhcpsrv/lease_mgr.h index f0a58f7aef..a8f21b1009 100644 --- a/src/lib/dhcpsrv/lease_mgr.h +++ b/src/lib/dhcpsrv/lease_mgr.h @@ -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_; -- 2.47.2