This commit is contained in:
Christophe Riccio 2011-09-15 14:28:46 +01:00
parent 830988ae52
commit e42e112469

View File

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