From d7f0135de483b7f1d191722366d79b65ed039264 Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Sat, 17 Dec 2022 00:38:49 -0600 Subject: [PATCH] NexradDataProvider @param typo --- wxdata/include/scwx/provider/nexrad_data_provider.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wxdata/include/scwx/provider/nexrad_data_provider.hpp b/wxdata/include/scwx/provider/nexrad_data_provider.hpp index 1fcbee19..339c6576 100644 --- a/wxdata/include/scwx/provider/nexrad_data_provider.hpp +++ b/wxdata/include/scwx/provider/nexrad_data_provider.hpp @@ -17,7 +17,7 @@ public: explicit NexradDataProvider(); virtual ~NexradDataProvider(); - NexradDataProvider(const NexradDataProvider&) = delete; + NexradDataProvider(const NexradDataProvider&) = delete; NexradDataProvider& operator=(const NexradDataProvider&) = delete; NexradDataProvider(NexradDataProvider&&) noexcept; @@ -93,7 +93,7 @@ public: /** * Convert the object key to a time point. * - * @key NEXRAD data key + * @param key NEXRAD data key * * @return NEXRAD data time point */