remove CoreDeclaration from the documentation

This commit is contained in:
Gael Guennebaud 2008-08-28 19:11:03 +00:00
parent 9b4d46c82e
commit 80be1ea515

View File

@ -54,12 +54,6 @@ namespace Eigen {
* \code
* #include <Eigen/Core>
* \endcode
*
* To speedup compilation, in header files you might only include the following file:
* \code
* #include <Eigen/CoreDeclaration>
* \endcode
* which gives access to matrix and vector types as well as coefficient accessor operators.
*/
#include "src/Core/util/Macros.h"