mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Move doxygen comments for EIGEN_NO_DEBUG from source to I14.
This reverts changeset 76fbe94279
. Benoit and I agree that my
approach there (to use doxygen comments) pollutes the code too much.
This commit is contained in:
@@ -176,7 +176,7 @@ vector[i] vector.y()
|
||||
vector.w()
|
||||
\endcode</td><td>\code
|
||||
matrix(i,j)
|
||||
\endcode</td><td class="note">Range checking is disabled if \n NDEBUG or #EIGEN_NO_DEBUG is defined</td></tr>
|
||||
\endcode</td><td class="note">Range checking is disabled if \n NDEBUG or EIGEN_NO_DEBUG is defined</td></tr>
|
||||
|
||||
<tr class="alt"><td>Coeff access without \n range checking</td>
|
||||
<td>\code
|
||||
|
||||
Reference in New Issue
Block a user