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

@@ -7,11 +7,7 @@ amongst programmers: to define templates. The other use is more obscure: to spec
to a template function or a type. This regularly trips up programmers that use the %Eigen library, often
leading to error messages from the compiler that are difficult to understand.
<b>Table of contents</b>
- \ref TopicTemplateKeywordToDefineTemplates
- \ref TopicTemplateKeywordExample
- \ref TopicTemplateKeywordExplanation
- \ref TopicTemplateKeywordResources
\tableofcontents
\section TopicTemplateKeywordToDefineTemplates Using the template and typename keywords to define templates