Browse Source

Fix missing @endcond

Florian Euchner 11 years ago
parent
commit
f8fa1513fa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      glm/detail/type_mat4x4.hpp

+ 1 - 0
glm/detail/type_mat4x4.hpp

@@ -59,6 +59,7 @@ namespace detail
 	private:
 		/// @cond DETAIL
 		col_type value[4];
+		/// @endcond
 
 	public:
 		// Constructors