Christophe Riccio 14 years ago
parent
commit
e42e112469
1 changed files with 1 additions and 1 deletions
  1. 1 1
      glm/core/func_common.hpp

+ 1 - 1
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.
 	namespace common{ //!< Define common functions from Section 8.3 of GLSL 1.30.8 specification. Included in glm namespace.
 
 
 	/// \addtogroup core_funcs
 	/// \addtogroup core_funcs
-	///@{
+	/// @{
 
 
 	//! Returns x if x >= 0; otherwise, it returns -x. 
 	//! Returns x if x >= 0; otherwise, it returns -x. 
     //! 
     //!