Clean up doxygen documentation... was exposing implementation details

This commit is contained in:
Christophe Riccio 2012-11-14 12:16:10 +01:00
parent 2f8f070597
commit 4b18cc7051
12 changed files with 0 additions and 24 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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