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/Swap.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Eigen/src/Core/Swap.h') diff --git a/Eigen/src/Core/Swap.h b/Eigen/src/Core/Swap.h index 835fa61b2..f1918c12b 100644 --- a/Eigen/src/Core/Swap.h +++ b/Eigen/src/Core/Swap.h @@ -46,7 +46,11 @@ struct ei_traits > }; template class SwapWrapper +#ifndef EIGEN_PARSED_BY_DOXYGEN : public MatrixBase > +#else + : public MatrixBase +#endif { public: -- cgit v1.2.3