Move Doxygen-only stuff to *.dox

This commit is contained in:
Chen-Pang He
2014-07-05 22:41:58 +08:00
parent 1a817d3b70
commit 7a915f6846
4 changed files with 6 additions and 22 deletions

View File

@@ -1,3 +1,4 @@
/// \brief Namespace containing all symbols from the %Eigen library.
namespace Eigen {
/** \mainpage Eigen's unsupported modules
@@ -22,4 +23,6 @@ subject to be included in Eigen in the future.
*/
/// \brief Namespace containing low-level routines from the %Eigen library.
namespace internal {}
}