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 */