aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/C10_TutorialMapClass.dox
diff options
context:
space:
mode:
Diffstat (limited to 'doc/C10_TutorialMapClass.dox')
-rw-r--r--doc/C10_TutorialMapClass.dox6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/C10_TutorialMapClass.dox b/doc/C10_TutorialMapClass.dox
index f4b5db39c..e07b404d1 100644
--- a/doc/C10_TutorialMapClass.dox
+++ b/doc/C10_TutorialMapClass.dox
@@ -9,11 +9,7 @@ namespace Eigen {
This tutorial page explains how to work with "raw" C++ arrays. This can be useful in a variety of contexts, particularly when "importing" vectors and matrices from other libraries into Eigen.
-\b Table \b of \b contents
- - \ref TutorialMapIntroduction
- - \ref TutorialMapTypes
- - \ref TutorialMapUsing
- - \ref TutorialMapPlacementNew
+\tableofcontents
\section TutorialMapIntroduction Introduction