Skip to content

Commit

Permalink
Fixup TOC script sluggification and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Sep 9, 2018
1 parent a212fb4 commit 46e99e2
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 120 deletions.
7 changes: 4 additions & 3 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@

**Contents**<br>
[main()/ implementation](#main-implementation)<br>
[Reporter / Listener interfaces](#reporter--listener-interfaces)<br>
[Prefixing Catch macros](#prefixing-catch-macros)<br>
[Terminal colour](#terminal-colour)<br>
[Console width](#console-width)<br>
[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>
[C++11 toggles](#c11-toggles)<br>
[C++17 toggles](#c17-toggles)<br>
[Other toggles](#other-toggles)<br>
[Windows header clutter](#windows-header-clutter)<br>
[Enabling stringification](#enabling-stringification)<br>
Expand All @@ -27,7 +28,7 @@ Nonetheless there are still some occasions where finer control is needed. For th

Although Catch is header only it still, internally, maintains a distinction between interface headers and headers that contain implementation. Only one source file in your test project should compile the implementation headers and this is controlled through the use of one of these macros - one of these identifiers should be defined before including Catch in *exactly one implementation file in your project*.

# Reporter / Listener interfaces
## Reporter / Listener interfaces

CATCH_CONFIG_EXTERNAL_INTERFACES // Brings in necessary headers for Reporter/Listener implementation

Expand Down
Loading

0 comments on commit 46e99e2

Please sign in to comment.