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/DiagonalMatrix.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Eigen/src/Core/DiagonalMatrix.h') diff --git a/Eigen/src/Core/DiagonalMatrix.h b/Eigen/src/Core/DiagonalMatrix.h index 029e273e5..da7bf2dd4 100644 --- a/Eigen/src/Core/DiagonalMatrix.h +++ b/Eigen/src/Core/DiagonalMatrix.h @@ -56,7 +56,11 @@ struct ei_traits > template class DiagonalMatrix : ei_no_assignment_operator, - public MatrixBase > +#ifndef EIGEN_PARSED_BY_DOXYGEN + public MatrixBase > +#else + public MatrixBase +#endif { public: -- cgit v1.2.3