Mark internal namespace as \internal

This commit is contained in:
Chen-Pang He 2014-07-06 13:45:54 +08:00
parent 4860da2de1
commit 85777fc131
2 changed files with 2 additions and 2 deletions

View File

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

View File

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