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

@@ -551,7 +551,6 @@ Read-write access to sub-vectors:
<tr>
<th>Default versions</th>
<th>Optimized versions when the size \n is known at compile time</th></tr>
<th></th>
<tr><td>\code vec1.head(n)\endcode</td><td>\code vec1.head<n>()\endcode</td><td>the first \c n coeffs </td></tr>
<tr><td>\code vec1.tail(n)\endcode</td><td>\code vec1.tail<n>()\endcode</td><td>the last \c n coeffs </td></tr>