Doc: replace manual TOC by doxygen's \tableofcontents command

This commit is contained in:
Gael Guennebaud
2012-12-28 18:58:07 +01:00
parent ded70b8b58
commit 2ea1e49a08
29 changed files with 32 additions and 211 deletions

View File

@@ -10,11 +10,7 @@ This page discusses several advanced methods for initializing matrices. It gives
comma-initializer, which was introduced before. It also explains how to get special matrices such as the
identity matrix and the zero matrix.
\b Table \b of \b contents
- \ref TutorialAdvancedInitializationCommaInitializer
- \ref TutorialAdvancedInitializationSpecialMatrices
- \ref TutorialAdvancedInitializationTemporaryObjects
\tableofcontents
\section TutorialAdvancedInitializationCommaInitializer The comma initializer