Fixed doc error

This commit is contained in:
Groove 2018-07-31 23:37:26 +02:00
parent f758b48121
commit 5898692fc0
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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