From b1dc0fa81321b5c46c3d1d654d29969b7a337c85 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 11 Jan 2017 14:28:28 +0100 Subject: Move fix and symbolic to their own file, and improve doxygen compatibility --- Eigen/src/Core/IndexedView.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Eigen/src/Core/IndexedView.h') diff --git a/Eigen/src/Core/IndexedView.h b/Eigen/src/Core/IndexedView.h index 781cebd4e..d975c6e80 100644 --- a/Eigen/src/Core/IndexedView.h +++ b/Eigen/src/Core/IndexedView.h @@ -94,7 +94,8 @@ class IndexedViewImpl; * - Eigen::IntAsArray (helper for single index) * - etc. * - * In typical usages of %Eigen, this class should never be used directly. It is the return type of DenseBase::operator()(const RowIndices&, const ColIndices&). + * In typical usages of %Eigen, this class should never be used directly. It is the return type of + * DenseBase::operator()(const RowIndices&, const ColIndices&). * * \sa class Block */ -- cgit v1.2.3