From 29bb599e0392833667f9dc9df4b2d34145db60da Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 30 Dec 2015 16:04:24 +0100 Subject: Fix numerous doxygen issues in auto-link generation --- Eigen/src/Core/MatrixBase.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Eigen/src/Core/MatrixBase.h') diff --git a/Eigen/src/Core/MatrixBase.h b/Eigen/src/Core/MatrixBase.h index 9d612c852..8d400d277 100644 --- a/Eigen/src/Core/MatrixBase.h +++ b/Eigen/src/Core/MatrixBase.h @@ -386,7 +386,11 @@ template class MatrixBase #endif // EIGEN_PARSED_BY_DOXYGEN template EIGEN_DEVICE_FUNC +#ifndef EIGEN_PARSED_BY_DOXYGEN inline typename cross_product_return_type::type +#else + inline PlainObject +#endif cross(const MatrixBase& other) const; template -- cgit v1.2.3