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