From 04553822fbc00a6fe0aae5749d3372f5761933e2 Mon Sep 17 00:00:00 2001 From: Franciszek Gorski Date: Fri, 26 Jul 2019 14:24:31 +0200 Subject: [PATCH] [731-Kea_statistics_enhancements] fixed documentation --- src/lib/stats/observation.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/stats/observation.h b/src/lib/stats/observation.h index 28cf9a8bdc..a07e087725 100644 --- a/src/lib/stats/observation.h +++ b/src/lib/stats/observation.h @@ -66,8 +66,7 @@ typedef std::pair StringSample; /// @ref getDuration, @ref getString (appropriate type must be used) or /// @ref getJSON, which is generic and can be used for all types. /// -/// @todo: Eventually it will be possible to retain multiple samples for the same -/// observation, but that is outside of scope for 0.9.2. +/// Since Kea 1.6 multiple samples are stored for the same observation. class Observation { public: -- 2.47.2