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)} {}