From 00a8d314c592e63aff39e305b6c5f6a6df20ca70 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 26 Aug 2008 19:12:23 +0000 Subject: * move memory related stuff to util/Memory.h * clean ugly doxygen inheritence of expressions * keep improving the documentation... slowly ! --- Eigen/src/Core/NestByValue.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Eigen/src/Core/NestByValue.h') diff --git a/Eigen/src/Core/NestByValue.h b/Eigen/src/Core/NestByValue.h index 86d8795cd..198e9df78 100644 --- a/Eigen/src/Core/NestByValue.h +++ b/Eigen/src/Core/NestByValue.h @@ -52,7 +52,11 @@ struct ei_traits > }; template class NestByValue +#ifndef EIGEN_PARSED_BY_DOXYGEN : public MatrixBase > +#else + : public MatrixBase +#endif { public: -- cgit v1.2.3