Browse Source

Merge pull request #206 from Jeija/patch-1

Added missing @endcond #206
Christophe Riccio 11 years ago
parent
commit
ada6b082f9
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:
 	private:
 		/// @cond DETAIL
 		/// @cond DETAIL
 		col_type value[4];
 		col_type value[4];
+		/// @endcond
 
 
 	public:
 	public:
 		// Constructors
 		// Constructors