From d6673ffafe76dfeac63de26b6c560f97f2daac8e Mon Sep 17 00:00:00 2001 From: Groove Date: Tue, 31 Jul 2018 23:58:36 +0200 Subject: [PATCH] Fixed doc error --- glm/detail/type_vec1.inl | 1 - glm/detail/type_vec2.inl | 1 - glm/detail/type_vec3.inl | 1 - glm/detail/type_vec4.inl | 1 - glm/detail/type_vec4_simd.inl | 1 - 5 files changed, 5 deletions(-) diff --git a/glm/detail/type_vec1.inl b/glm/detail/type_vec1.inl index 81afb310..49111379 100644 --- a/glm/detail/type_vec1.inl +++ b/glm/detail/type_vec1.inl @@ -1,5 +1,4 @@ /// @ref core -/// @file glm/detail/type_vec1.inl namespace glm { diff --git a/glm/detail/type_vec2.inl b/glm/detail/type_vec2.inl index cc6d54b0..b8099806 100644 --- a/glm/detail/type_vec2.inl +++ b/glm/detail/type_vec2.inl @@ -1,5 +1,4 @@ /// @ref core -/// @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 1c166144..f26bf508 100644 --- a/glm/detail/type_vec3.inl +++ b/glm/detail/type_vec3.inl @@ -1,5 +1,4 @@ /// @ref core -/// @file glm/detail/type_vec3.inl namespace glm { diff --git a/glm/detail/type_vec4.inl b/glm/detail/type_vec4.inl index 0ddae0ed..9ea57bc6 100644 --- a/glm/detail/type_vec4.inl +++ b/glm/detail/type_vec4.inl @@ -1,5 +1,4 @@ /// @ref core -/// @file glm/detail/type_vec4.inl namespace glm{ namespace detail diff --git a/glm/detail/type_vec4_simd.inl b/glm/detail/type_vec4_simd.inl index 3c474a40..02cf0cfa 100644 --- a/glm/detail/type_vec4_simd.inl +++ b/glm/detail/type_vec4_simd.inl @@ -1,5 +1,4 @@ /// @ref core -/// @file glm/detail/type_tvec4_simd.inl #if GLM_ARCH & GLM_ARCH_SSE2_BIT