aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/QuickReference.dox
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2010-12-27 15:07:11 +0000
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2010-12-27 15:07:11 +0000
commit8db9acbc163c497e1d8d1450b1b6c7cf35687ab9 (patch)
treeccec2e45b747e4414bda25e291faf62a178f5dfc /doc/QuickReference.dox
parent840c4e1ab5151ca8288721c10c1d92e35df61581 (diff)
Move doxygen comments for EIGEN_NO_DEBUG from source to I14.
This reverts changeset 76fbe94279bda314e717cb3f98b46b253d081993 . Benoit and I agree that my approach there (to use doxygen comments) pollutes the code too much.
Diffstat (limited to 'doc/QuickReference.dox')
-rw-r--r--doc/QuickReference.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/QuickReference.dox b/doc/QuickReference.dox
index e657f1a7c..62c327107 100644
--- a/doc/QuickReference.dox
+++ b/doc/QuickReference.dox
@@ -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