From edb657d64b06d54be9fc1b84b94d6c5fd93b7363 Mon Sep 17 00:00:00 2001 From: Pete Peterson <petersonpf@ornl.gov> Date: Tue, 24 Jul 2018 16:45:00 -0400 Subject: [PATCH] Fix doxygen warning --- Framework/Kernel/inc/MantidKernel/TimeSeriesProperty.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Framework/Kernel/inc/MantidKernel/TimeSeriesProperty.h b/Framework/Kernel/inc/MantidKernel/TimeSeriesProperty.h index 12ce229a398..60cc23c9522 100644 --- a/Framework/Kernel/inc/MantidKernel/TimeSeriesProperty.h +++ b/Framework/Kernel/inc/MantidKernel/TimeSeriesProperty.h @@ -181,12 +181,12 @@ public: /// Calculate the time-weighted average of a property in a filtered range double averageValueInFilter( const std::vector<SplittingInterval> &filter) const override; - /// @copydoc ITimeSeriesPropery::averageAndStdDevInFilter + /// @copydoc Mantid::Kernel::ITimeSeriesProperty::averageAndStdDevInFilter() std::pair<double, double> averageAndStdDevInFilter( const std::vector<SplittingInterval> &filter) const override; /// Calculate the time-weighted average of a property double timeAverageValue() const override; - /// @copydoc ITimeSeriesPropery::timeAverageValueAndStdDev + /// @copydoc Mantid::Kernel::ITimeSeriesProperty::timeAverageValueAndStdDev() std::pair<double, double> timeAverageValueAndStdDev() const override; /// generate constant time-step histogram from the property values void histogramData(const Types::Core::DateAndTime &tMin, -- GitLab