2
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2025-04-24 19:40:45 +08:00

Let doxygen sees lastN

This commit is contained in:
Gael Guennebaud 2018-11-09 11:35:48 +01:00
parent d7c644213c
commit bd9a00718f

@ -320,7 +320,7 @@ seq(const symbolic::BaseExpr<FirstTypeDerived> &f, const symbolic::BaseExpr<Last
#endif // EIGEN_PARSED_BY_DOXYGEN
#if EIGEN_HAS_CXX11
#if EIGEN_HAS_CXX11 || defined(EIGEN_PARSED_BY_DOXYGEN)
/** \cpp11
* \returns a symbolic ArithmeticSequence representing the last \a size elements with increment \a incr.
*