Removed doxygen references to GTC_half_float which was removed in 0.9.4

master
Christophe Riccio ago%!(EXTRA string=9 years)
parent b2a7b6b17d
commit 66bbb69a75
  1. 1
      glm/gtc/constants.hpp
  2. 1
      glm/gtc/epsilon.hpp
  3. 1
      glm/gtc/functions.hpp
  4. 1
      glm/gtc/quaternion.hpp
  5. 1
      glm/gtc/random.hpp
  6. 1
      glm/gtc/type_precision.hpp
  7. 1
      glm/gtc/type_ptr.hpp
  8. 1
      glm/gtx/bit.hpp
  9. 1
      glm/gtx/common.hpp
  10. 1
      glm/gtx/compatibility.hpp
  11. 1
      glm/gtx/dual_quaternion.hpp
  12. 1
      glm/gtx/euler_angles.hpp
  13. 1
      glm/gtx/string_cast.hpp
  14. 1
      readme.md

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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)
///

@ -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

@ -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)
///

@ -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

Loading…
Cancel
Save