mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Mark internal namespace as \internal
This commit is contained in:
@@ -160,6 +160,6 @@ namespace Eigen {
|
||||
/** \addtogroup Splines_Module
|
||||
\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 {}
|
||||
}
|
||||
|
||||
@@ -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 {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user