From 47b610c6d3e661709dce59d559f7a9b1c8c7a365 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Thu, 15 Nov 2012 15:29:41 +0100 Subject: [PATCH] Clean up doxygen documentation --- glm/core/type_half.hpp | 2 -- glm/gtc/quaternion.hpp | 3 --- 2 files changed, 5 deletions(-) diff --git a/glm/core/type_half.hpp b/glm/core/type_half.hpp index 1d933511..60a242b3 100644 --- a/glm/core/type_half.hpp +++ b/glm/core/type_half.hpp @@ -39,8 +39,6 @@ namespace detail float toFloat32(hdata value); hdata toFloat16(float const & value); - /// 16-bit floating point type. - /// @ingroup gtc_half_float class half { public: diff --git a/glm/gtc/quaternion.hpp b/glm/gtc/quaternion.hpp index 23cf2449..c5ee4236 100644 --- a/glm/gtc/quaternion.hpp +++ b/glm/gtc/quaternion.hpp @@ -50,9 +50,6 @@ namespace glm{ namespace detail { - /// @brief Template for quaternion. - /// @see gtc_quaternion - /// @ingroup gtc_quaternion template struct tquat// : public genType {