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

@@ -114,8 +114,7 @@ Here are some examples for a 2D array/matrix \c A and a 1D array/vector \c v.
As seen in the last example, referencing the <i> last n </i> elements (or rows/columns) is a bit cumbersome to write.
This becomes even more tricky and error prone with a non-default increment.
Here comes \link Eigen::placeholders::lastN(SizeType) Eigen::placeholders::lastN(size) \endlink, and
\link Eigen::placeholders::lastN(SizeType,IncrType) Eigen::placeholders::lastN(size,incr) \endlink:
Here comes \ref Eigen_placeholders_lastN :
<table class="manual">
<tr>