Fixed typo

This commit is contained in:
Christophe Riccio 2011-02-09 13:55:55 +00:00
parent 0ecbec4f74
commit 7cf85dddb0
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
The MIT License The MIT License
Copyright (c) 2005 - 2010 G-Truc Creation Copyright (c) 2005 - 2011 G-Truc Creation
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -27,7 +27,7 @@
**/ **/
/*! /*!
\defgroup core_precision Precision Types \defgroup core_precision Precision types
\brief Non-GLSL types that are used to define precision-based types. \brief Non-GLSL types that are used to define precision-based types.
@ -44,7 +44,7 @@
**/ **/
/*! /*!
\defgroup core_template Template Types \defgroup core_template Template types
\brief The generic template types used as the basis for the core types. \brief The generic template types used as the basis for the core types.

View File

@ -45,7 +45,7 @@ namespace glm
bool main_core(); bool main_core();
}//namespace test }//namespace test
//! GLM core. Namespace that includes all the feature define by GLSL 1.30.8 specification. This namespace is included in glm namespace. //! GLM core. Namespace that includes all the feature define by GLSL 4.10.6 specification. This namespace is included in glm namespace.
namespace core namespace core
{ {
//! Scalar, vectors and matrices //! Scalar, vectors and matrices