From: Thomas Markwalder Date: Thu, 18 Aug 2016 10:54:58 +0000 (-0400) Subject: [4294] Fixed a doxygen error X-Git-Tag: trac4631_base~6^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=180a0b201d37ce023c3c8f37c4ad69cd175ad217;p=thirdparty%2Fkea.git [4294] Fixed a doxygen error --- 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_;