From f6359ad7955ec2b69554d245cd767760a46f8e42 Mon Sep 17 00:00:00 2001 From: Christoph Hertzberg Date: Tue, 9 Oct 2018 19:33:35 +0200 Subject: Small Doxygen fixes --- Eigen/src/Core/DenseBase.h | 2 +- Eigen/src/Core/VectorwiseOp.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Eigen') diff --git a/Eigen/src/Core/DenseBase.h b/Eigen/src/Core/DenseBase.h index aee39c069..0c34bce40 100644 --- a/Eigen/src/Core/DenseBase.h +++ b/Eigen/src/Core/DenseBase.h @@ -573,7 +573,7 @@ template class DenseBase EIGEN_DEVICE_FUNC void reverseInPlace(); #ifdef EIGEN_PARSED_BY_DOXYGEN - /** STL-like \link https://en.cppreference.com/w/cpp/named_req/RandomAccessIterator RandomAccessIterator \endlink + /** STL-like RandomAccessIterator * iterator type as returned by the begin() and end() methods. */ typedef random_access_iterator_type iterator; diff --git a/Eigen/src/Core/VectorwiseOp.h b/Eigen/src/Core/VectorwiseOp.h index 9e0ca2797..2a72c3cdd 100644 --- a/Eigen/src/Core/VectorwiseOp.h +++ b/Eigen/src/Core/VectorwiseOp.h @@ -254,8 +254,8 @@ template class VectorwiseOp inline const ExpressionType& _expression() const { return m_matrix; } #ifdef EIGEN_PARSED_BY_DOXYGEN - /** STL-like \link https://en.cppreference.com/w/cpp/named_req/RandomAccessIterator RandomAccessIterator \endlink - * iterator type over the columns of rows as returned by the begin() and end() methods. + /** STL-like RandomAccessIterator + * iterator type over the columns or rows as returned by the begin() and end() methods. */ random_access_iterator_type iterator; /** This is the const version of iterator (aka read-only) */ -- cgit v1.2.3