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

@@ -8,12 +8,7 @@ mat.transpose();</tt> exhibit aliasing. The aliasing in the first example is har
second example leads to unexpected results. This page explains what aliasing is, when it is harmful, and what
to do about it.
<b>Table of contents</b>
- \ref TopicAliasingExamples
- \ref TopicAliasingSolution
- \ref TopicAliasingCwise
- \ref TopicAliasingMatrixMult
- \ref TopicAliasingSummary
\tableofcontents
\section TopicAliasingExamples Examples