From d0ee31aea6b271248cbfd9babcad3cf40acde9bb Mon Sep 17 00:00:00 2001 From: Chen-Pang He Date: Wed, 29 Aug 2012 01:56:23 +0800 Subject: Fix dox and tabbing --- doc/D01_StlContainers.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/D01_StlContainers.dox') diff --git a/doc/D01_StlContainers.dox b/doc/D01_StlContainers.dox index b5dbf0698..f55db3125 100644 --- a/doc/D01_StlContainers.dox +++ b/doc/D01_StlContainers.dox @@ -38,7 +38,7 @@ The situation with std::vector was even worse (explanation below) so we had to s Here is an example: \code #include -\/* ... *\/ +/* ... */ std::vector > \endcode @@ -52,7 +52,7 @@ the compiler will compile that particular instance with the default std::allocat Here is an example: \code #include -\/* ... *\/ +/* ... */ EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION(Matrix2d) std::vector \endcode -- cgit v1.2.3