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 @@ Eigen's use of expression templates results in potentially every expression bein
Fortunately, all this myriad of expression types have in common that they all inherit a few common, templated base classes. By letting your function take templated parameters of these base types, you can let them play nicely with Eigen's expression templates.
<b>Table of contents</b>
- \ref TopicFirstExamples
- \ref TopicPlainFunctionsWorking
- \ref TopicPlainFunctionsFailing
- \ref TopicResizingInGenericImplementations
- \ref TopicSummary
\tableofcontents
\section TopicFirstExamples Some First Examples