mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
fix doc generation with doxygen 1.14 & 1.15
libeigen/eigen!2095 Closes #2976
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
4f14da11d9
commit
976f15ebca
@@ -182,7 +182,7 @@ namespace placeholders {
|
||||
* \returns a symbolic ArithmeticSequence representing the last \a size elements with increment \a incr.
|
||||
*
|
||||
* It is a shortcut for: \code seqN(last-(size-fix<1>)*incr, size, incr) \endcode
|
||||
*
|
||||
* \anchor Eigen_placeholders_lastN
|
||||
* \sa lastN(SizeType), seqN(FirstType,SizeType), seq(FirstType,LastType,IncrType) */
|
||||
template <typename SizeType, typename IncrType>
|
||||
auto lastN(SizeType size, IncrType incr)
|
||||
|
||||
Reference in New Issue
Block a user