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. //!