Groove 7 éve
szülő
commit
5898692fc0
3 módosított fájl, 3 hozzáadás és 3 törlés
  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
-/// @file glm/core/type_tvec2.inl
+/// @file glm/detail/type_vec2.inl
 
 #include "./compute_vector_relational.hpp"
 

+ 1 - 1
glm/detail/type_vec3.inl

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

+ 1 - 1
glm/detail/type_vec4.inl

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