Browse Source

Clean up doxygen documentation... was exposing implementation details

Christophe Riccio 13 years ago
parent
commit
4b18cc7051

+ 0 - 2
glm/core/type_mat2x2.hpp

@@ -48,8 +48,6 @@ namespace detail
 	template <typename T> struct tmat4x3;
 	template <typename T> struct tmat4x4;
 
-	/// @brief Template for 2 * 2 matrix of floating-point numbers.
-	/// @ingroup core_template
 	template <typename T> 
 	struct tmat2x2
 	{

+ 0 - 2
glm/core/type_mat2x3.hpp

@@ -48,8 +48,6 @@ namespace detail
 	template <typename T> struct tmat4x3;
 	template <typename T> struct tmat4x4;
 
-	/// @brief Template for 2 columns and 3 rows matrix of floating-point numbers.
-	/// @ingroup core_template
 	template <typename T> 
 	struct tmat2x3
 	{

+ 0 - 2
glm/core/type_mat2x4.hpp

@@ -48,8 +48,6 @@ namespace detail
 	template <typename T> struct tmat4x3;
 	template <typename T> struct tmat4x4;
 
-	/// Template for 2 columns and 4 rows matrix of floating-point numbers.
-	/// @ingroup core_template
 	template <typename T> 
 	struct tmat2x4
 	{

+ 0 - 2
glm/core/type_mat3x2.hpp

@@ -48,8 +48,6 @@ namespace detail
 	template <typename T> struct tmat4x3;
 	template <typename T> struct tmat4x4;
 
-	/// @brief Template for 3 columns and 2 rows matrix of floating-point numbers.
-	/// @ingroup core_template
 	template <typename T> 
 	struct tmat3x2
 	{

+ 0 - 2
glm/core/type_mat3x3.hpp

@@ -48,8 +48,6 @@ namespace detail
 	template <typename T> struct tmat4x3;
 	template <typename T> struct tmat4x4;
 
-	/// @brief Template for 3 * 3 matrix of floating-point numbers.
-	/// @ingroup core_template
 	template <typename T> 
 	struct tmat3x3
 	{

+ 0 - 2
glm/core/type_mat3x4.hpp

@@ -48,8 +48,6 @@ namespace detail
 	template <typename T> struct tmat4x3;
 	template <typename T> struct tmat4x4;
 
-	// \brief Template for 3 columns and 4 rows matrix of floating-point numbers.
-	// \ingroup core_template
 	template <typename T> 
 	struct tmat3x4
 	{

+ 0 - 2
glm/core/type_mat4x2.hpp

@@ -48,8 +48,6 @@ namespace detail
 	template <typename T> struct tmat4x3;
 	template <typename T> struct tmat4x4;
 
-	// \brief Template for 4 columns and 2 rows matrix of floating-point numbers.
-	// \ingroup core_template
 	template <typename T> 
 	struct tmat4x2
 	{

+ 0 - 2
glm/core/type_mat4x3.hpp

@@ -48,8 +48,6 @@ namespace detail
 	template <typename T> struct tmat4x3;
 	template <typename T> struct tmat4x4;
 
-	/// @brief Template for 4 columns and 3 rows matrix of floating-point numbers.
-	/// @ingroup core_template
 	template <typename T> 
 	struct tmat4x3
 	{

+ 0 - 2
glm/core/type_mat4x4.hpp

@@ -48,8 +48,6 @@ namespace detail
 	template <typename T> struct tmat4x3;
 	template <typename T> struct tmat4x4;
 
-	// \brief Template for 4 * 4 matrix of floating-point numbers.
-	// \ingroup core_template
 	template <typename T> 
 	struct tmat4x4
 	{

+ 0 - 2
glm/core/type_vec2.hpp

@@ -44,8 +44,6 @@ namespace detail
 	template <typename T> struct tvec3;
 	template <typename T> struct tvec4;
 
-	/// The basic 2D vector type.
-	/// @ingroup core_template
 	template <typename T>
 	struct tvec2
 	{

+ 0 - 2
glm/core/type_vec3.hpp

@@ -44,8 +44,6 @@ namespace detail
 	template <typename T> struct tvec2;
 	template <typename T> struct tvec4;
 
-	/// Basic 3D vector type.
-	/// @ingroup core_template
 	template <typename T>
 	struct tvec3
 	{	

+ 0 - 2
glm/core/type_vec4.hpp

@@ -44,8 +44,6 @@ namespace detail
 	template <typename T> struct tvec2;
 	template <typename T> struct tvec3;
 
-	// Basic 4D vector type.
-	// @ingroup core_template
 	template <typename T>
 	struct tvec4
 	{