Browse Source

More fixes for doxygen

Christophe Riccio 11 years ago
parent
commit
c273be264c
56 changed files with 62 additions and 66 deletions
  1. 1 1
      doc/man.doxy
  2. 1 1
      glm/detail/intrinsic_common.hpp
  3. 1 1
      glm/detail/intrinsic_common.inl
  4. 1 1
      glm/detail/intrinsic_exponential.hpp
  5. 1 1
      glm/detail/intrinsic_exponential.inl
  6. 1 1
      glm/detail/intrinsic_geometric.hpp
  7. 1 1
      glm/detail/intrinsic_geometric.inl
  8. 1 1
      glm/detail/intrinsic_integer.hpp
  9. 1 1
      glm/detail/intrinsic_integer.inl
  10. 1 1
      glm/detail/intrinsic_matrix.hpp
  11. 1 1
      glm/detail/intrinsic_matrix.inl
  12. 1 1
      glm/detail/intrinsic_trigonometric.hpp
  13. 1 1
      glm/detail/intrinsic_trigonometric.inl
  14. 1 1
      glm/detail/intrinsic_vector_relational.hpp
  15. 1 1
      glm/detail/intrinsic_vector_relational.inl
  16. 1 1
      glm/detail/precision.hpp
  17. 0 0
      glm/detail/precision.inl
  18. 1 1
      glm/detail/setup.hpp
  19. 1 1
      glm/detail/type_float.hpp
  20. 1 1
      glm/detail/type_gentype.hpp
  21. 1 1
      glm/detail/type_gentype.inl
  22. 1 5
      glm/detail/type_half.hpp
  23. 1 1
      glm/detail/type_half.inl
  24. 1 1
      glm/detail/type_int.hpp
  25. 1 1
      glm/detail/type_mat.hpp
  26. 1 1
      glm/detail/type_mat.inl
  27. 2 2
      glm/detail/type_mat2x2.hpp
  28. 1 1
      glm/detail/type_mat2x2.inl
  29. 1 1
      glm/detail/type_mat2x3.hpp
  30. 1 1
      glm/detail/type_mat2x3.inl
  31. 1 1
      glm/detail/type_mat2x4.hpp
  32. 1 1
      glm/detail/type_mat2x4.inl
  33. 1 1
      glm/detail/type_mat3x2.hpp
  34. 1 1
      glm/detail/type_mat3x2.inl
  35. 1 1
      glm/detail/type_mat3x3.hpp
  36. 1 1
      glm/detail/type_mat3x3.inl
  37. 1 1
      glm/detail/type_mat3x4.hpp
  38. 1 1
      glm/detail/type_mat3x4.inl
  39. 1 1
      glm/detail/type_mat4x2.hpp
  40. 1 1
      glm/detail/type_mat4x2.inl
  41. 1 1
      glm/detail/type_mat4x3.hpp
  42. 1 1
      glm/detail/type_mat4x3.inl
  43. 1 1
      glm/detail/type_mat4x4.hpp
  44. 1 1
      glm/detail/type_mat4x4.inl
  45. 1 1
      glm/detail/type_vec.hpp
  46. 1 1
      glm/detail/type_vec.inl
  47. 1 1
      glm/detail/type_vec1.hpp
  48. 1 1
      glm/detail/type_vec1.inl
  49. 1 1
      glm/detail/type_vec2.hpp
  50. 1 1
      glm/detail/type_vec2.inl
  51. 1 1
      glm/detail/type_vec3.hpp
  52. 1 1
      glm/detail/type_vec3.inl
  53. 1 1
      glm/detail/type_vec4.hpp
  54. 1 1
      glm/detail/type_vec4.inl
  55. 6 6
      glm/gtx/matrix_decompose.hpp
  56. 2 2
      glm/gtx/matrix_decompose.inl

+ 1 - 1
doc/man.doxy

@@ -2119,7 +2119,7 @@ DOT_NUM_THREADS        = 0
 # The default value is: Helvetica.
 # This tag requires that the tag HAVE_DOT is set to YES.
 
-DOT_FONTNAME           = FreeSans
+DOT_FONTNAME           = 
 
 # The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
 # dot graphs.

+ 1 - 1
glm/detail/intrinsic_common.hpp

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/intrinsic_common.hpp
+/// @file glm/detail/intrinsic_common.hpp
 /// @date 2009-05-11 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/intrinsic_common.inl

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/intrinsic_common.inl
+/// @file glm/detail/intrinsic_common.inl
 /// @date 2009-05-08 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/intrinsic_exponential.hpp

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/intrinsic_exponential.hpp
+/// @file glm/detail/intrinsic_exponential.hpp
 /// @date 2009-05-11 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/intrinsic_exponential.inl

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/intrinsic_exponential.inl
+/// @file glm/detail/intrinsic_exponential.inl
 /// @date 2011-06-15 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/intrinsic_geometric.hpp

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/intrinsic_geometric.hpp
+/// @file glm/detail/intrinsic_geometric.hpp
 /// @date 2009-05-08 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/intrinsic_geometric.inl

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/intrinsic_geometric.inl
+/// @file glm/detail/intrinsic_geometric.inl
 /// @date 2009-05-08 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/intrinsic_integer.hpp

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/intrinsic_integer.hpp
+/// @file glm/detail/intrinsic_integer.hpp
 /// @date 2009-05-11 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/intrinsic_integer.inl

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/intrinsic_integer.inl
+/// @file glm/detail/intrinsic_integer.inl
 /// @date 2009-05-08 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/intrinsic_matrix.hpp

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/intrinsic_common.hpp
+/// @file glm/detail/intrinsic_common.hpp
 /// @date 2009-06-05 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/intrinsic_matrix.inl

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/intrinsic_common.inl
+/// @file glm/detail/intrinsic_common.inl
 /// @date 2009-06-05 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/intrinsic_trigonometric.hpp

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/intrinsic_trigonometric.hpp
+/// @file glm/detail/intrinsic_trigonometric.hpp
 /// @date 2009-06-09 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/intrinsic_trigonometric.inl

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/intrinsic_trigonometric.inl
+/// @file glm/detail/intrinsic_trigonometric.inl
 /// @date 2011-06-15 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/intrinsic_vector_relational.hpp

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/intrinsic_vector_relational.hpp
+/// @file glm/detail/intrinsic_vector_relational.hpp
 /// @date 2009-06-09 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/intrinsic_vector_relational.inl

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/intrinsic_vector_relational.inl
+/// @file glm/detail/intrinsic_vector_relational.inl
 /// @date 2009-06-09 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/precision.hpp

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/precision.hpp
+/// @file glm/detail/precision.hpp
 /// @date 2013-04-01 / 2013-04-01
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 0 - 0
glm/detail/precision.inl


+ 1 - 1
glm/detail/setup.hpp

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/setup.hpp
+/// @file glm/detail/setup.hpp
 /// @date 2006-11-13 / 2014-10-05
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_float.hpp

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_float.hpp
+/// @file glm/detail/type_float.hpp
 /// @date 2008-08-22 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_gentype.hpp

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_gentype.hpp
+/// @file glm/detail/type_gentype.hpp
 /// @date 2008-10-05 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_gentype.inl

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_gentype.inl
+/// @file glm/detail/type_gentype.inl
 /// @date 2008-10-05 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 5
glm/detail/type_half.hpp

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_half.hpp
+/// @file glm/detail/type_half.hpp
 /// @date 2008-08-17 / 2011-09-20
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////
@@ -39,10 +39,6 @@ namespace detail
 	GLM_FUNC_DECL hdata toFloat16(float const & value);
 
 }//namespace detail
-
-	/// half-precision floating-point numbers.
-	//typedef detail::hdata		half;
-		
 }//namespace glm
 
 #include "type_half.inl"

+ 1 - 1
glm/detail/type_half.inl

@@ -25,7 +25,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_half.inl
+/// @file glm/detail/type_half.inl
 /// @date 2008-08-17 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_int.hpp

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_int.hpp
+/// @file glm/detail/type_int.hpp
 /// @date 2008-08-22 / 2013-03-30
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_mat.hpp

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_mat.hpp
+/// @file glm/detail/type_mat.hpp
 /// @date 2010-01-26 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_mat.inl

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_mat.inl
+/// @file glm/detail/type_mat.inl
 /// @date 2011-06-15 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 2 - 2
glm/detail/type_mat2x2.hpp

@@ -20,8 +20,8 @@
 /// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 /// THE SOFTWARE.
 ///
-/// @ref core	
-/// @file glm/core/type_mat2x2.hpp
+/// @ref core
+/// @file glm/detail/type_mat2x2.hpp
 /// @date 2005-01-27 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_mat2x2.inl

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_mat2x2.inl
+/// @file glm/detail/type_mat2x2.inl
 /// @date 2005-01-16 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_mat2x3.hpp

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_mat2x3.hpp
+/// @file glm/detail/type_mat2x3.hpp
 /// @date 2006-10-01 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_mat2x3.inl

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_mat2x3.inl
+/// @file glm/detail/type_mat2x3.inl
 /// @date 2006-08-05 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_mat2x4.hpp

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_mat2x4.hpp
+/// @file glm/detail/type_mat2x4.hpp
 /// @date 2006-08-05 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_mat2x4.inl

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_mat2x4.inl
+/// @file glm/detail/type_mat2x4.inl
 /// @date 2006-08-05 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_mat3x2.hpp

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_mat3x2.hpp
+/// @file glm/detail/type_mat3x2.hpp
 /// @date 2006-08-05 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_mat3x2.inl

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_mat3x2.inl
+/// @file glm/detail/type_mat3x2.inl
 /// @date 2006-08-05 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_mat3x3.hpp

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_mat3x3.hpp
+/// @file glm/detail/type_mat3x3.hpp
 /// @date 2005-01-27 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_mat3x3.inl

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_mat3x3.inl
+/// @file glm/detail/type_mat3x3.inl
 /// @date 2005-01-27 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_mat3x4.hpp

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_mat3x4.hpp
+/// @file glm/detail/type_mat3x4.hpp
 /// @date 2006-08-05 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_mat3x4.inl

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_mat3x4.inl
+/// @file glm/detail/type_mat3x4.inl
 /// @date 2006-08-05 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_mat4x2.hpp

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_mat4x2.hpp
+/// @file glm/detail/type_mat4x2.hpp
 /// @date 2006-10-01 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_mat4x2.inl

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_mat4x2.inl
+/// @file glm/detail/type_mat4x2.inl
 /// @date 2006-10-01 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_mat4x3.hpp

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_mat4x3.hpp
+/// @file glm/detail/type_mat4x3.hpp
 /// @date 2006-08-04 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_mat4x3.inl

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_mat4x3.inl
+/// @file glm/detail/type_mat4x3.inl
 /// @date 2006-04-17 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_mat4x4.hpp

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_mat4x4.hpp
+/// @file glm/detail/type_mat4x4.hpp
 /// @date 2005-01-27 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_mat4x4.inl

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_mat4x4.inl
+/// @file glm/detail/type_mat4x4.inl
 /// @date 2005-01-27 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_vec.hpp

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_vec.hpp
+/// @file glm/detail/type_vec.hpp
 /// @date 2010-01-26 / 2014-10-05
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_vec.inl

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_vec.inl
+/// @file glm/detail/type_vec.inl
 /// @date 2011-06-15 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_vec1.hpp

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_vec1.hpp
+/// @file glm/detail/type_vec1.hpp
 /// @date 2008-08-25 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_vec1.inl

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_vec1.inl
+/// @file glm/detail/type_vec1.inl
 /// @date 2008-08-25 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_vec2.hpp

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_vec2.hpp
+/// @file glm/detail/type_vec2.hpp
 /// @date 2008-08-18 / 2013-08-27
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_vec2.inl

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_tvec2.inl
+/// @file glm/detail/type_tvec2.inl
 /// @date 2008-08-18 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_vec3.hpp

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_vec3.hpp
+/// @file glm/detail/type_vec3.hpp
 /// @date 2008-08-22 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_vec3.inl

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_tvec3.inl
+/// @file glm/detail/type_tvec3.inl
 /// @date 2008-08-22 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_vec4.hpp

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_vec4.hpp
+/// @file glm/detail/type_vec4.hpp
 /// @date 2008-08-22 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 1 - 1
glm/detail/type_vec4.inl

@@ -21,7 +21,7 @@
 /// THE SOFTWARE.
 ///
 /// @ref core
-/// @file glm/core/type_tvec4.inl
+/// @file glm/detail/type_tvec4.inl
 /// @date 2008-08-23 / 2011-06-15
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////

+ 6 - 6
glm/gtx/matrix_decompose.hpp

@@ -20,14 +20,14 @@
 /// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 /// THE SOFTWARE.
 ///
-/// @ref gtx_decomposition
-/// @file glm/gtx/decomposition.hpp
+/// @ref gtx_matrix_decompose
+/// @file glm/gtx/matrix_decompose.hpp
 /// @date 2014-08-29 / 2014-08-29
 /// @author Christophe Riccio
 /// 
 /// @see core (dependence)
 ///
-/// @defgroup gtx_decomposition GLM_GTX_decomposition
+/// @defgroup gtx_matrix_decompose GLM_GTX_matrix_decompose
 /// @ingroup gtx
 /// 
 /// @brief Decomposes a model matrix to translations, rotation and scale components
@@ -45,16 +45,16 @@
 #include "../gtc/matrix_transform.hpp"
 
 #if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
-#	pragma message("GLM: GLM_GTX_decomposition extension included")
+#	pragma message("GLM: GLM_GTX_matrix_decompose extension included")
 #endif
 
 namespace glm
 {
-	/// @addtogroup gtx_decomposition
+	/// @addtogroup gtx_matrix_decompose
 	/// @{
 
 	/// Decomposes a model matrix to translations, rotation and scale components 
-	/// @see gtx_decomposition
+	/// @see gtx_matrix_decompose
 	template <typename T, precision P>
 	GLM_FUNC_DECL bool decompose(
 		tmat4x4<T, P> const & modelMatrix,

+ 2 - 2
glm/gtx/matrix_decompose.inl

@@ -20,8 +20,8 @@
 /// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 /// THE SOFTWARE.
 ///
-/// @ref gtx_decomposition
-/// @file glm/gtx/decomposition.inl
+/// @ref gtx_matrix_decompose
+/// @file glm/gtx/matrix_decompose.inl
 /// @date 2014-08-29 / 2014-08-29
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////