diff --git a/src/Math/Functions.h b/src/Math/Functions.h index 0563d556c..fec132599 100644 --- a/src/Math/Functions.h +++ b/src/Math/Functions.h @@ -125,6 +125,7 @@ perform the operations component-wise. @brief Minimum @see min(), clamp(), Vector::min() +@todo initializer list versions */ #ifdef DOXYGEN_GENERATING_OUTPUT template inline T min(T a, T b); @@ -144,6 +145,7 @@ template inline Vector min(const Vector inline T max(const T& a, const T& b);