mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 20:26:03 +08:00
Mark internal namespace as \internal
This commit is contained in:
parent
4860da2de1
commit
85777fc131
@ -160,6 +160,6 @@ namespace Eigen {
|
|||||||
/** \addtogroup Splines_Module
|
/** \addtogroup Splines_Module
|
||||||
\ingroup Geometry_Reference */
|
\ingroup Geometry_Reference */
|
||||||
|
|
||||||
/** \brief Namespace containing low-level routines from the %Eigen library. */
|
/** \internal \brief Namespace containing low-level routines from the %Eigen library. */
|
||||||
namespace internal {}
|
namespace internal {}
|
||||||
}
|
}
|
||||||
|
@ -23,6 +23,6 @@ subject to be included in %Eigen in the future.
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/// \brief Namespace containing low-level routines from the %Eigen library.
|
/// \internal \brief Namespace containing low-level routines from the %Eigen library.
|
||||||
namespace internal {}
|
namespace internal {}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user