Clean up doxygen documentation... was exposing implementation details

master
Christophe Riccio ago%!(EXTRA string=13 years)
parent 2f8f070597
commit 4b18cc7051
  1. 2
      glm/core/type_mat2x2.hpp
  2. 2
      glm/core/type_mat2x3.hpp
  3. 2
      glm/core/type_mat2x4.hpp
  4. 2
      glm/core/type_mat3x2.hpp
  5. 2
      glm/core/type_mat3x3.hpp
  6. 2
      glm/core/type_mat3x4.hpp
  7. 2
      glm/core/type_mat4x2.hpp
  8. 2
      glm/core/type_mat4x3.hpp
  9. 2
      glm/core/type_mat4x4.hpp
  10. 2
      glm/core/type_vec2.hpp
  11. 2
      glm/core/type_vec3.hpp
  12. 2
      glm/core/type_vec4.hpp

@ -48,8 +48,6 @@ namespace detail
template <typename T> struct tmat4x3;
template <typename T> struct tmat4x4;
/// @brief Template for 2 * 2 matrix of floating-point numbers.
/// @ingroup core_template
template <typename T>
struct tmat2x2
{

@ -48,8 +48,6 @@ namespace detail
template <typename T> struct tmat4x3;
template <typename T> struct tmat4x4;
/// @brief Template for 2 columns and 3 rows matrix of floating-point numbers.
/// @ingroup core_template
template <typename T>
struct tmat2x3
{

@ -48,8 +48,6 @@ namespace detail
template <typename T> struct tmat4x3;
template <typename T> struct tmat4x4;
/// Template for 2 columns and 4 rows matrix of floating-point numbers.
/// @ingroup core_template
template <typename T>
struct tmat2x4
{

@ -48,8 +48,6 @@ namespace detail
template <typename T> struct tmat4x3;
template <typename T> struct tmat4x4;
/// @brief Template for 3 columns and 2 rows matrix of floating-point numbers.
/// @ingroup core_template
template <typename T>
struct tmat3x2
{

@ -48,8 +48,6 @@ namespace detail
template <typename T> struct tmat4x3;
template <typename T> struct tmat4x4;
/// @brief Template for 3 * 3 matrix of floating-point numbers.
/// @ingroup core_template
template <typename T>
struct tmat3x3
{

@ -48,8 +48,6 @@ namespace detail
template <typename T> struct tmat4x3;
template <typename T> struct tmat4x4;
// \brief Template for 3 columns and 4 rows matrix of floating-point numbers.
// \ingroup core_template
template <typename T>
struct tmat3x4
{

@ -48,8 +48,6 @@ namespace detail
template <typename T> struct tmat4x3;
template <typename T> struct tmat4x4;
// \brief Template for 4 columns and 2 rows matrix of floating-point numbers.
// \ingroup core_template
template <typename T>
struct tmat4x2
{

@ -48,8 +48,6 @@ namespace detail
template <typename T> struct tmat4x3;
template <typename T> struct tmat4x4;
/// @brief Template for 4 columns and 3 rows matrix of floating-point numbers.
/// @ingroup core_template
template <typename T>
struct tmat4x3
{

@ -48,8 +48,6 @@ namespace detail
template <typename T> struct tmat4x3;
template <typename T> struct tmat4x4;
// \brief Template for 4 * 4 matrix of floating-point numbers.
// \ingroup core_template
template <typename T>
struct tmat4x4
{

@ -44,8 +44,6 @@ namespace detail
template <typename T> struct tvec3;
template <typename T> struct tvec4;
/// The basic 2D vector type.
/// @ingroup core_template
template <typename T>
struct tvec2
{

@ -44,8 +44,6 @@ namespace detail
template <typename T> struct tvec2;
template <typename T> struct tvec4;
/// Basic 3D vector type.
/// @ingroup core_template
template <typename T>
struct tvec3
{

@ -44,8 +44,6 @@ namespace detail
template <typename T> struct tvec2;
template <typename T> struct tvec3;
// Basic 4D vector type.
// @ingroup core_template
template <typename T>
struct tvec4
{

Loading…
Cancel
Save