]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1021] fixed doxygen
authorRazvan Becheriu <razvan@isc.org>
Thu, 20 Feb 2020 06:34:19 +0000 (08:34 +0200)
committerRazvan Becheriu <razvan@isc.org>
Thu, 20 Feb 2020 06:36:29 +0000 (08:36 +0200)
src/bin/perfdhcp/stats_mgr.h

index f3a93f3824c2b694025e7a99e902c1b48b414cca..e477a837f5b2c27d455d95bc2ff7d3795e779e3f 100644 (file)
@@ -1009,7 +1009,7 @@ public:
     /// \brief Increase total number of rejected leases.
     ///
     /// Method increases total number of rejected leases by one
-    /// for specified exchange type
+    /// for specified exchange type.
     void updateRejLeases(const ExchangeType xchg_type) {
         ExchangeStatsPtr xchg_stats = getExchangeStats(xchg_type);
         xchg_stats->updateRejLeases();