fix doc generation with doxygen 1.14 & 1.15

libeigen/eigen!2095

Closes #2976
This commit is contained in:
Guilhem Saurel
2025-12-16 19:54:18 +00:00
committed by Rasmus Munk Larsen
parent 4f14da11d9
commit 976f15ebca
5 changed files with 4 additions and 6 deletions

View File

@@ -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)