From 66bbb69a7571180db0c0ef1383a6c2d75204eea2 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Wed, 9 Nov 2016 22:24:44 +0100 Subject: [PATCH] Removed doxygen references to GTC_half_float which was removed in 0.9.4 --- glm/gtc/constants.hpp | 1 - glm/gtc/epsilon.hpp | 1 - glm/gtc/functions.hpp | 1 - glm/gtc/quaternion.hpp | 1 - glm/gtc/random.hpp | 1 - glm/gtc/type_precision.hpp | 1 - glm/gtc/type_ptr.hpp | 1 - glm/gtx/bit.hpp | 1 - glm/gtx/common.hpp | 1 - glm/gtx/compatibility.hpp | 1 - glm/gtx/dual_quaternion.hpp | 1 - glm/gtx/euler_angles.hpp | 1 - glm/gtx/string_cast.hpp | 1 - readme.md | 1 + 14 files changed, 1 insertion(+), 13 deletions(-) diff --git a/glm/gtc/constants.hpp b/glm/gtc/constants.hpp index d3358c76..059b6c5b 100644 --- a/glm/gtc/constants.hpp +++ b/glm/gtc/constants.hpp @@ -2,7 +2,6 @@ /// @file glm/gtc/constants.hpp /// /// @see core (dependence) -/// @see gtc_half_float (dependence) /// /// @defgroup gtc_constants GLM_GTC_constants /// @ingroup gtc diff --git a/glm/gtc/epsilon.hpp b/glm/gtc/epsilon.hpp index 289f5b74..d3668e91 100644 --- a/glm/gtc/epsilon.hpp +++ b/glm/gtc/epsilon.hpp @@ -2,7 +2,6 @@ /// @file glm/gtc/epsilon.hpp /// /// @see core (dependence) -/// @see gtc_half_float (dependence) /// @see gtc_quaternion (dependence) /// /// @defgroup gtc_epsilon GLM_GTC_epsilon diff --git a/glm/gtc/functions.hpp b/glm/gtc/functions.hpp index ab1590b4..c8b2ee3c 100644 --- a/glm/gtc/functions.hpp +++ b/glm/gtc/functions.hpp @@ -2,7 +2,6 @@ /// @file glm/gtc/functions.hpp /// /// @see core (dependence) -/// @see gtc_half_float (dependence) /// @see gtc_quaternion (dependence) /// /// @defgroup gtc_functions GLM_GTC_functions diff --git a/glm/gtc/quaternion.hpp b/glm/gtc/quaternion.hpp index 8af1c8bf..7a59702a 100644 --- a/glm/gtc/quaternion.hpp +++ b/glm/gtc/quaternion.hpp @@ -2,7 +2,6 @@ /// @file glm/gtc/quaternion.hpp /// /// @see core (dependence) -/// @see gtc_half_float (dependence) /// @see gtc_constants (dependence) /// /// @defgroup gtc_quaternion GLM_GTC_quaternion diff --git a/glm/gtc/random.hpp b/glm/gtc/random.hpp index fa3956e5..664fa9e7 100644 --- a/glm/gtc/random.hpp +++ b/glm/gtc/random.hpp @@ -2,7 +2,6 @@ /// @file glm/gtc/random.hpp /// /// @see core (dependence) -/// @see gtc_half_float (dependence) /// @see gtx_random (extended) /// /// @defgroup gtc_random GLM_GTC_random diff --git a/glm/gtc/type_precision.hpp b/glm/gtc/type_precision.hpp index a2dbb66a..5e6f0b8e 100644 --- a/glm/gtc/type_precision.hpp +++ b/glm/gtc/type_precision.hpp @@ -2,7 +2,6 @@ /// @file glm/gtc/type_precision.hpp /// /// @see core (dependence) -/// @see gtc_half_float (dependence) /// @see gtc_quaternion (dependence) /// /// @defgroup gtc_type_precision GLM_GTC_type_precision diff --git a/glm/gtc/type_ptr.hpp b/glm/gtc/type_ptr.hpp index 008665e2..b2977da0 100644 --- a/glm/gtc/type_ptr.hpp +++ b/glm/gtc/type_ptr.hpp @@ -2,7 +2,6 @@ /// @file glm/gtc/type_ptr.hpp /// /// @see core (dependence) -/// @see gtc_half_float (dependence) /// @see gtc_quaternion (dependence) /// /// @defgroup gtc_type_ptr GLM_GTC_type_ptr diff --git a/glm/gtx/bit.hpp b/glm/gtx/bit.hpp index 17378f35..f64673ab 100644 --- a/glm/gtx/bit.hpp +++ b/glm/gtx/bit.hpp @@ -2,7 +2,6 @@ /// @file glm/gtx/bit.hpp /// /// @see core (dependence) -/// @see gtc_half_float (dependence) /// /// @defgroup gtx_bit GLM_GTX_bit /// @ingroup gtx diff --git a/glm/gtx/common.hpp b/glm/gtx/common.hpp index 6533a54e..0e1d0d8d 100644 --- a/glm/gtx/common.hpp +++ b/glm/gtx/common.hpp @@ -2,7 +2,6 @@ /// @file glm/gtx/common.hpp /// /// @see core (dependence) -/// @see gtc_half_float (dependence) /// /// @defgroup gtx_common GLM_GTX_common /// @ingroup gtx diff --git a/glm/gtx/compatibility.hpp b/glm/gtx/compatibility.hpp index 9f4819ae..a31f7d44 100644 --- a/glm/gtx/compatibility.hpp +++ b/glm/gtx/compatibility.hpp @@ -2,7 +2,6 @@ /// @file glm/gtx/compatibility.hpp /// /// @see core (dependence) -/// @see gtc_half_float (dependence) /// /// @defgroup gtx_compatibility GLM_GTX_compatibility /// @ingroup gtx diff --git a/glm/gtx/dual_quaternion.hpp b/glm/gtx/dual_quaternion.hpp index 4d7b61e3..432414c4 100644 --- a/glm/gtx/dual_quaternion.hpp +++ b/glm/gtx/dual_quaternion.hpp @@ -3,7 +3,6 @@ /// @author Maksim Vorobiev (msomeone@gmail.com) /// /// @see core (dependence) -/// @see gtc_half_float (dependence) /// @see gtc_constants (dependence) /// @see gtc_quaternion (dependence) /// diff --git a/glm/gtx/euler_angles.hpp b/glm/gtx/euler_angles.hpp index fdc4f26c..3bf5481a 100644 --- a/glm/gtx/euler_angles.hpp +++ b/glm/gtx/euler_angles.hpp @@ -2,7 +2,6 @@ /// @file glm/gtx/euler_angles.hpp /// /// @see core (dependence) -/// @see gtc_half_float (dependence) /// /// @defgroup gtx_euler_angles GLM_GTX_euler_angles /// @ingroup gtx diff --git a/glm/gtx/string_cast.hpp b/glm/gtx/string_cast.hpp index d2b9fc6a..7e96b56e 100644 --- a/glm/gtx/string_cast.hpp +++ b/glm/gtx/string_cast.hpp @@ -2,7 +2,6 @@ /// @file glm/gtx/string_cast.hpp /// /// @see core (dependence) -/// @see gtc_half_float (dependence) /// @see gtx_integer (dependence) /// @see gtx_quaternion (dependence) /// diff --git a/readme.md b/readme.md index 9ed8c140..9b4e0b39 100644 --- a/readme.md +++ b/readme.md @@ -61,6 +61,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) - Replaced the manual by a markdown version #458 #### Fixes: +- Removed doxygen references to GTC_half_float which was removed in 0.9.4 #### Deprecation: - Removed GLM_GTX_simd_vec4 extension