Let doxygen sees lastN

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

View File

@ -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.
*