mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Hide _inverse from doxygen #164
This commit is contained in:
parent
89fcd31730
commit
9b600406e0
@ -66,8 +66,10 @@ namespace detail
|
||||
typedef tmat2x2<T> transpose_type;
|
||||
|
||||
public:
|
||||
// Implementation detail
|
||||
/// Implementation detail
|
||||
/// @cond DETAIL
|
||||
GLM_FUNC_DECL tmat2x2<T> _inverse() const;
|
||||
/// @endcond
|
||||
|
||||
private:
|
||||
//////////////////////////////////////
|
||||
|
@ -48,8 +48,8 @@ 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
|
||||
//! @brief Template for 3 * 3 matrix of floating-point numbers.
|
||||
//! @ingroup core_template
|
||||
template <typename T>
|
||||
struct tmat3x3
|
||||
{
|
||||
@ -66,8 +66,10 @@ namespace detail
|
||||
typedef tmat3x3<T> transpose_type;
|
||||
|
||||
public:
|
||||
// Implementation detail
|
||||
/// Implementation detail
|
||||
/// @cond DETAIL
|
||||
GLM_FUNC_DECL tmat3x3<T> _inverse() const;
|
||||
/// @endcond
|
||||
|
||||
private:
|
||||
// Data
|
||||
|
@ -66,8 +66,10 @@ namespace detail
|
||||
typedef tmat4x4<T> transpose_type;
|
||||
|
||||
public:
|
||||
// Implementation detail
|
||||
/// Implementation detail
|
||||
/// @cond DETAIL
|
||||
GLM_FUNC_DECL tmat4x4<T> _inverse() const;
|
||||
/// @endcond
|
||||
|
||||
private:
|
||||
// Data
|
||||
|
Loading…
Reference in New Issue
Block a user