aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/QuickReference.dox
diff options
context:
space:
mode:
authorGravatar Hauke Heibel <hauke.heibel@gmail.com>2010-06-30 15:52:00 +0200
committerGravatar Hauke Heibel <hauke.heibel@gmail.com>2010-06-30 15:52:00 +0200
commitb1741c1dc6c82737b69b20edfd817ef7e11ef28d (patch)
tree7a47686894e5afa91c8c4694faf99bcb16ad11a4 /doc/QuickReference.dox
parent56fe64c15d15a11673792885e5769ccee72ed3bc (diff)
Fixed some doc appearance issue.
Started cleaning up the CSS.
Diffstat (limited to 'doc/QuickReference.dox')
-rw-r--r--doc/QuickReference.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/QuickReference.dox b/doc/QuickReference.dox
index e24c4f00f..a681c7908 100644
--- a/doc/QuickReference.dox
+++ b/doc/QuickReference.dox
@@ -144,7 +144,7 @@ matrix.rows(); matrix.cols();
matrix.innerSize(); matrix.outerSize();
matrix.innerStride(); matrix.outerStride();
matrix.data();
-\endcode</td><td class="note">\n Inner/Outer* are storage order dependent</td></tr>
+\endcode</td><td class="note">Inner/Outer* are storage order dependent</td></tr>
<tr><td>Compile-time info</td>
<td colspan="2">\code
ObjectType::Scalar ObjectType::RowsAtCompileTime
@@ -164,7 +164,7 @@ matrix.resize(Eigen::NoChange, nb_cols);
matrix.resize(nb_rows, Eigen::NoChange);
matrix.resizeLike(other_matrix);
matrix.conservativeResize(nb_rows, nb_cols);
-\endcode</td><td class="note">no-op if the new sizes match,\n otherwise data are lost \n \n resizing with data preservation</td></tr>
+\endcode</td><td class="note">no-op if the new sizes match,<br/>otherwise data are lost<br/><br/>resizing with data preservation</td></tr>
<tr><td>Coeff access with \n range checking</td>
<td>\code