From 4b18cc705159a106e573012ed7fc3f7c83311f1d Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Wed, 14 Nov 2012 12:16:10 +0100 Subject: [PATCH] Clean up doxygen documentation... was exposing implementation details --- glm/core/type_mat2x2.hpp | 2 -- glm/core/type_mat2x3.hpp | 2 -- glm/core/type_mat2x4.hpp | 2 -- glm/core/type_mat3x2.hpp | 2 -- glm/core/type_mat3x3.hpp | 2 -- glm/core/type_mat3x4.hpp | 2 -- glm/core/type_mat4x2.hpp | 2 -- glm/core/type_mat4x3.hpp | 2 -- glm/core/type_mat4x4.hpp | 2 -- glm/core/type_vec2.hpp | 2 -- glm/core/type_vec3.hpp | 2 -- glm/core/type_vec4.hpp | 2 -- 12 files changed, 24 deletions(-) diff --git a/glm/core/type_mat2x2.hpp b/glm/core/type_mat2x2.hpp index 5be15e8f..9695f977 100644 --- a/glm/core/type_mat2x2.hpp +++ b/glm/core/type_mat2x2.hpp @@ -48,8 +48,6 @@ namespace detail template struct tmat4x3; template struct tmat4x4; - /// @brief Template for 2 * 2 matrix of floating-point numbers. - /// @ingroup core_template template struct tmat2x2 { diff --git a/glm/core/type_mat2x3.hpp b/glm/core/type_mat2x3.hpp index 449f42f7..4a02f8c3 100644 --- a/glm/core/type_mat2x3.hpp +++ b/glm/core/type_mat2x3.hpp @@ -48,8 +48,6 @@ namespace detail template struct tmat4x3; template struct tmat4x4; - /// @brief Template for 2 columns and 3 rows matrix of floating-point numbers. - /// @ingroup core_template template struct tmat2x3 { diff --git a/glm/core/type_mat2x4.hpp b/glm/core/type_mat2x4.hpp index b528f1e5..acd619a2 100644 --- a/glm/core/type_mat2x4.hpp +++ b/glm/core/type_mat2x4.hpp @@ -48,8 +48,6 @@ namespace detail template struct tmat4x3; template struct tmat4x4; - /// Template for 2 columns and 4 rows matrix of floating-point numbers. - /// @ingroup core_template template struct tmat2x4 { diff --git a/glm/core/type_mat3x2.hpp b/glm/core/type_mat3x2.hpp index 2184c1f2..ad985b8e 100644 --- a/glm/core/type_mat3x2.hpp +++ b/glm/core/type_mat3x2.hpp @@ -48,8 +48,6 @@ namespace detail template struct tmat4x3; template struct tmat4x4; - /// @brief Template for 3 columns and 2 rows matrix of floating-point numbers. - /// @ingroup core_template template struct tmat3x2 { diff --git a/glm/core/type_mat3x3.hpp b/glm/core/type_mat3x3.hpp index 92437df6..f2cdb07b 100644 --- a/glm/core/type_mat3x3.hpp +++ b/glm/core/type_mat3x3.hpp @@ -48,8 +48,6 @@ namespace detail template struct tmat4x3; template struct tmat4x4; - /// @brief Template for 3 * 3 matrix of floating-point numbers. - /// @ingroup core_template template struct tmat3x3 { diff --git a/glm/core/type_mat3x4.hpp b/glm/core/type_mat3x4.hpp index af131102..1422de7e 100644 --- a/glm/core/type_mat3x4.hpp +++ b/glm/core/type_mat3x4.hpp @@ -48,8 +48,6 @@ namespace detail template struct tmat4x3; template struct tmat4x4; - // \brief Template for 3 columns and 4 rows matrix of floating-point numbers. - // \ingroup core_template template struct tmat3x4 { diff --git a/glm/core/type_mat4x2.hpp b/glm/core/type_mat4x2.hpp index 3326c9ab..873454b8 100644 --- a/glm/core/type_mat4x2.hpp +++ b/glm/core/type_mat4x2.hpp @@ -48,8 +48,6 @@ namespace detail template struct tmat4x3; template struct tmat4x4; - // \brief Template for 4 columns and 2 rows matrix of floating-point numbers. - // \ingroup core_template template struct tmat4x2 { diff --git a/glm/core/type_mat4x3.hpp b/glm/core/type_mat4x3.hpp index f94fe8d0..76717c4d 100644 --- a/glm/core/type_mat4x3.hpp +++ b/glm/core/type_mat4x3.hpp @@ -48,8 +48,6 @@ namespace detail template struct tmat4x3; template struct tmat4x4; - /// @brief Template for 4 columns and 3 rows matrix of floating-point numbers. - /// @ingroup core_template template struct tmat4x3 { diff --git a/glm/core/type_mat4x4.hpp b/glm/core/type_mat4x4.hpp index 03615692..2f378e45 100644 --- a/glm/core/type_mat4x4.hpp +++ b/glm/core/type_mat4x4.hpp @@ -48,8 +48,6 @@ namespace detail template struct tmat4x3; template struct tmat4x4; - // \brief Template for 4 * 4 matrix of floating-point numbers. - // \ingroup core_template template struct tmat4x4 { diff --git a/glm/core/type_vec2.hpp b/glm/core/type_vec2.hpp index 61a63544..0cdcdc63 100644 --- a/glm/core/type_vec2.hpp +++ b/glm/core/type_vec2.hpp @@ -44,8 +44,6 @@ namespace detail template struct tvec3; template struct tvec4; - /// The basic 2D vector type. - /// @ingroup core_template template struct tvec2 { diff --git a/glm/core/type_vec3.hpp b/glm/core/type_vec3.hpp index 94f53838..fa6e357c 100644 --- a/glm/core/type_vec3.hpp +++ b/glm/core/type_vec3.hpp @@ -44,8 +44,6 @@ namespace detail template struct tvec2; template struct tvec4; - /// Basic 3D vector type. - /// @ingroup core_template template struct tvec3 { diff --git a/glm/core/type_vec4.hpp b/glm/core/type_vec4.hpp index 9d850da2..23450a22 100644 --- a/glm/core/type_vec4.hpp +++ b/glm/core/type_vec4.hpp @@ -44,8 +44,6 @@ namespace detail template struct tvec2; template struct tvec3; - // Basic 4D vector type. - // @ingroup core_template template struct tvec4 {