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.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/C10_TutorialMapClass.dox b/doc/C10_TutorialMapClass.dox
index e07b404d1..0d9dc602f 100644
--- a/doc/C10_TutorialMapClass.dox
+++ b/doc/C10_TutorialMapClass.dox
@@ -1,6 +1,6 @@
namespace Eigen {
-/** \page TutorialMapClass Tutorial page 10 - Interfacing with C/C++ arrays and external libraries: the %Map class
+/** \eigenManualPage TutorialMapClass Interfacing with C/C++ arrays and external libraries: the %Map class
\ingroup Tutorial
@@ -9,7 +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.
-\tableofcontents
+\eigenAutoToc
\section TutorialMapIntroduction Introduction