From 2447ca9fb54a3223a72bcc360b821484e58ffcad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 3 May 2013 01:37:16 +0200 Subject: [PATCH] Added some TODOs. --- src/Math/Functions.h | 2 ++ 1 file changed, 2 insertions(+) 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);