diff --git a/glm/detail/type_vec2.inl b/glm/detail/type_vec2.inl index b82063d6..cc6d54b0 100644 --- a/glm/detail/type_vec2.inl +++ b/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" diff --git a/glm/detail/type_vec3.inl b/glm/detail/type_vec3.inl index ba6c9329..1c166144 100644 --- a/glm/detail/type_vec3.inl +++ b/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 { diff --git a/glm/detail/type_vec4.inl b/glm/detail/type_vec4.inl index e3314789..0ddae0ed 100644 --- a/glm/detail/type_vec4.inl +++ b/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