aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/I16_TemplateKeyword.dox
diff options
context:
space:
mode:
Diffstat (limited to 'doc/I16_TemplateKeyword.dox')
-rw-r--r--doc/I16_TemplateKeyword.dox6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/I16_TemplateKeyword.dox b/doc/I16_TemplateKeyword.dox
index 324532310..61e019494 100644
--- a/doc/I16_TemplateKeyword.dox
+++ b/doc/I16_TemplateKeyword.dox
@@ -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