Fix item order in second Table of contents

This commit is contained in:
Thibault Kruse
2015-12-13 22:26:26 +01:00
parent 1356a6d046
commit 24df4ed549

View File

@@ -293,9 +293,9 @@ Recommended information sources can be found in [the references](#S-references).
* [F: Functions](#S-functions)
* [C: Classes and class hierarchies](#S-class)
* [Enum: Enumerations](#S-enum)
* [R: Resource management](#S-resource)
* [ES: Expressions and statements](#S-expr)
* [E: Error handling](#S-errors)
* [R: Resource management](#S-resource)
* [T: Templates and generic programming](#S-templates)
* [CP: Concurrency](#S-concurrency)
* [SL: The Standard library](#S-stdlib)