diff --git a/src/Magnum/Math/Functions.h b/src/Magnum/Math/Functions.h index 3fc33af85..30a8f0c3d 100644 --- a/src/Magnum/Math/Functions.h +++ b/src/Magnum/Math/Functions.h @@ -285,7 +285,7 @@ template inline BoolVector isNan(const VectorNaNs passed in the @p value parameter are propagated. @see @ref max(), @ref minmax(), @ref clamp(), @ref min(const Corrade::Containers::StridedArrayView1D&), - @ref Vector::min() + @ref Vector::min(), @ref Corrade::Utility::min() */ /* defined in Vector.h */ template constexpr typename std::enable_if::value, T>::type min(T value, T min); @@ -312,7 +312,7 @@ template inline Vector min(const VectorNaNs passed in the @p value parameter are propagated. @see @ref min(), @ref minmax(), @ref clamp(), @ref max(const Corrade::Containers::StridedArrayView1D&), - @ref Vector::max() + @ref Vector::max(), @ref Corrade::Utility::max() */ /* defined in Vector.h */ template constexpr typename std::enable_if::value, T>::type max(T a, T b);