Add html anchor 'top'

This commit is contained in:
Martin Moene
2017-08-24 15:21:36 +02:00
committed by Martin Hořeňovský
parent a7a9be59ff
commit e8225052f1
23 changed files with 30 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
<a id="top"></a>
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```).
Nonetheless there are still some occasions where finer control is needed. For these occasions Catch exposes a set of macros for configuring how it is built.