mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 12:41:54 +00:00
Clean up doxygen documentation
This commit is contained in:
parent
4b18cc7051
commit
47b610c6d3
@ -39,8 +39,6 @@ namespace detail
|
|||||||
float toFloat32(hdata value);
|
float toFloat32(hdata value);
|
||||||
hdata toFloat16(float const & value);
|
hdata toFloat16(float const & value);
|
||||||
|
|
||||||
/// 16-bit floating point type.
|
|
||||||
/// @ingroup gtc_half_float
|
|
||||||
class half
|
class half
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
@ -50,9 +50,6 @@
|
|||||||
namespace glm{
|
namespace glm{
|
||||||
namespace detail
|
namespace detail
|
||||||
{
|
{
|
||||||
/// @brief Template for quaternion.
|
|
||||||
/// @see gtc_quaternion
|
|
||||||
/// @ingroup gtc_quaternion
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
struct tquat// : public genType<T, tquat>
|
struct tquat// : public genType<T, tquat>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user