From 5898692fc0d3cf21b31cd78470ebc6917c95bb91 Mon Sep 17 00:00:00 2001 From: Groove Date: Tue, 31 Jul 2018 23:37:26 +0200 Subject: [PATCH] Fixed doc error --- glm/detail/type_vec2.inl | 2 +- glm/detail/type_vec3.inl | 2 +- glm/detail/type_vec4.inl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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