From f8fa1513fa911660806593f95ed7f6144999539f Mon Sep 17 00:00:00 2001 From: Florian Euchner Date: Sat, 24 May 2014 16:59:14 +0200 Subject: [PATCH] Fix missing @endcond --- glm/detail/type_mat4x4.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/glm/detail/type_mat4x4.hpp b/glm/detail/type_mat4x4.hpp index de561636..85844b07 100644 --- a/glm/detail/type_mat4x4.hpp +++ b/glm/detail/type_mat4x4.hpp @@ -59,6 +59,7 @@ namespace detail private: /// @cond DETAIL col_type value[4]; + /// @endcond public: // Constructors