From e42e11246943761c5decb8fc1d23703850f91aa3 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Thu, 15 Sep 2011 14:28:46 +0100 Subject: [PATCH] Typo --- glm/core/func_common.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/core/func_common.hpp b/glm/core/func_common.hpp index 1af20fad..4203583f 100644 --- a/glm/core/func_common.hpp +++ b/glm/core/func_common.hpp @@ -19,7 +19,7 @@ namespace glm namespace common{ //!< Define common functions from Section 8.3 of GLSL 1.30.8 specification. Included in glm namespace. /// \addtogroup core_funcs - ///@{ + /// @{ //! Returns x if x >= 0; otherwise, it returns -x. //!