From 14028335537f7236c1516a5fa7beb67560bbebba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 18 Apr 2013 11:37:27 +0200 Subject: [PATCH] Math: added TODO. --- src/Math/Math.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Math/Math.h b/src/Math/Math.h index 081d7acdf..0e11a8b5e 100644 --- a/src/Math/Math.h +++ b/src/Math/Math.h @@ -32,6 +32,8 @@ namespace Magnum { namespace Math { +/** @todo Denormals to zero */ + /** @todoc Remove `ifndef` when Doxygen is sane again */ #ifndef DOXYGEN_GENERATING_OUTPUT /* Class Constants used only statically */