Browse Source

Fixed doc error

Groove 7 years ago
parent
commit
5898692fc0
3 changed files with 3 additions and 3 deletions
  1. 1 1
      glm/detail/type_vec2.inl
  2. 1 1
      glm/detail/type_vec3.inl
  3. 1 1
      glm/detail/type_vec4.inl

+ 1 - 1
glm/detail/type_vec2.inl

@@ -1,5 +1,5 @@
 /// @ref core
 /// @ref core
-/// @file glm/core/type_tvec2.inl
+/// @file glm/detail/type_vec2.inl
 
 
 #include "./compute_vector_relational.hpp"
 #include "./compute_vector_relational.hpp"
 
 

+ 1 - 1
glm/detail/type_vec3.inl

@@ -1,5 +1,5 @@
 /// @ref core
 /// @ref core
-/// @file glm/detail/type_tvec3.inl
+/// @file glm/detail/type_vec3.inl
 
 
 namespace glm
 namespace glm
 {
 {

+ 1 - 1
glm/detail/type_vec4.inl

@@ -1,5 +1,5 @@
 /// @ref core
 /// @ref core
-/// @file glm/detail/type_tvec4.inl
+/// @file glm/detail/type_vec4.inl
 
 
 namespace glm{
 namespace glm{
 namespace detail
 namespace detail