From b6fa37633f6bb4ec581cf7979453ee9c8cbf6621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 20 Sep 2023 21:56:16 +0200 Subject: [PATCH] Math: not sure what these doc TODOs were originally about. --- src/Magnum/Math/Range.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Magnum/Math/Range.h b/src/Magnum/Math/Range.h index 1c19661ab..5cdbbac81 100644 --- a/src/Magnum/Math/Range.h +++ b/src/Magnum/Math/Range.h @@ -439,7 +439,6 @@ template class Range2D: public Range<2, T> { /** * @brief Construct range from external representation - * @todoc Remove workaround when Doxygen no longer chokes on that line */ template class Range3D: public Range<3, T> { /** * @brief Construct range from external representation - * @todoc Remove workaround when Doxygen no longer chokes on that line */ template::from(std::declval()))> constexpr explicit Range3D(const U& other) noexcept: Range<3, T>{Implementation::RangeConverter<3, T, U>::from(other)} {}