Updated documentation TOCs

This commit is contained in:
Martin Moene
2018-09-05 10:01:54 +02:00
committed by Martin Hořeňovský
parent 60b05b2041
commit a81c01d4f9
6 changed files with 38 additions and 1 deletions

View File

@@ -9,9 +9,12 @@
[stdout](#stdout)<br>
[Fallback stringifier](#fallback-stringifier)<br>
[Default reporter](#default-reporter)<br>
[C++11 toggles](#c-11-toggles)<br>
[C++17 toggles](#c-17-toggles)<br>
[Other toggles](#other-toggles)<br>
[Windows header clutter](#windows-header-clutter)<br>
[Enabling stringification](#enabling-stringification)<br>
[Disabling exceptions](#disabling-exceptions)<br>
Catch is designed to "just work" as much as possible. For most people the only configuration needed is telling Catch which source file should host all the implementation code (```CATCH_CONFIG_MAIN```).