Fixed doc error

master
Groove ago%!(EXTRA string=7 years)
parent 5898692fc0
commit d6673ffafe
  1. 1
      glm/detail/type_vec1.inl
  2. 1
      glm/detail/type_vec2.inl
  3. 1
      glm/detail/type_vec3.inl
  4. 1
      glm/detail/type_vec4.inl
  5. 1
      glm/detail/type_vec4_simd.inl

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

@ -1,5 +1,4 @@
/// @ref core
/// @file glm/detail/type_vec2.inl
#include "./compute_vector_relational.hpp"

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

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

@ -1,5 +1,4 @@
/// @ref core
/// @file glm/detail/type_tvec4_simd.inl
#if GLM_ARCH & GLM_ARCH_SSE2_BIT

Loading…
Cancel
Save