The table of contents was missing several chapters. The TOC now correctly reflects the order of the chapters in the document.

This commit is contained in:
uli
2015-10-18 12:31:13 +02:00
committed by Andrew Pardoe
parent 88a6c1d790
commit 4af6b1e5e0

View File

@@ -35,23 +35,24 @@ You can [read an explanation of the scope and structure of this Guide](#S-abstra
* [Enum: Enumerations](#S-enum) * [Enum: Enumerations](#S-enum)
* [R: Resource management](#S-resource) * [R: Resource management](#S-resource)
* [ES: Expressions and statements](#S-expr) * [ES: Expressions and statements](#S-expr)
* [PER: Performance](#S-performance)
* [CP: Concurrency](#S-concurrency)
* [E: Error handling](#S-errors) * [E: Error handling](#S-errors)
* [Con: Constants and immutability](#S-const) * [Con: Constants and immutability](#S-const)
* [T: Templates and generic programming](#S-templates) * [T: Templates and generic programming](#S-templates)
* [CP: Concurrency](#S-concurrency)
* [SL: The Standard library](#S-stdlib)
* [SF: Source files](#S-source)
* [CPL: C-style programming](#S-cpl) * [CPL: C-style programming](#S-cpl)
* [PRO: Profiles](#S-profile) * [SF: Source files](#S-source)
* [GSL: Guideline support library](#S-gsl) * [SL: The Standard library](#S-stdlib)
* [FAQ: Answers to frequently asked questions](#S-faq)
Supporting sections: Supporting sections:
* [NL: Naming and layout](#S-naming) * [A: Architectural Ideas](#S-A)
* [PER: Performance](#S-performance)
* [N: Non-Rules and myths](#S-not) * [N: Non-Rules and myths](#S-not)
* [RF: References](#S-references) * [RF: References](#S-references)
* [PRO: Profiles](#S-profile)
* [GSL: Guideline support library](#S-gsl)
* [NL: Naming and layout](#S-naming)
* [FAQ: Answers to frequently asked questions](#S-faq)
* [Appendix A: Libraries](#S-libraries) * [Appendix A: Libraries](#S-libraries)
* [Appendix B: Modernizing code](#S-modernizing) * [Appendix B: Modernizing code](#S-modernizing)
* [Appendix C: Discussion](#S-discussion) * [Appendix C: Discussion](#S-discussion)