From 23dcea89952cd18bcf821de9de0f661b0168f076 Mon Sep 17 00:00:00 2001 From: Christophe Date: Tue, 24 Nov 2020 12:00:31 +0100 Subject: [PATCH] Fix warnings --- glm/ext/scalar_common.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glm/ext/scalar_common.hpp b/glm/ext/scalar_common.hpp index 2cf7e2d5..df04b6b8 100644 --- a/glm/ext/scalar_common.hpp +++ b/glm/ext/scalar_common.hpp @@ -156,7 +156,7 @@ namespace glm /// implementation, presumably the direction that is fastest. /// /// @param x The values of the argument must be greater or equal to zero. - /// @tparam T floating point scalar types. + /// @tparam genType floating point scalar types. /// /// @see GLSL round man page /// @see ext_scalar_common extension. @@ -168,7 +168,7 @@ namespace glm /// implementation, presumably the direction that is fastest. /// /// @param x The values of the argument must be greater or equal to zero. - /// @tparam T floating point scalar types. + /// @tparam genType floating point scalar types. /// /// @see GLSL round man page /// @see ext_scalar_common extension.