1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-03-31 15:44:47 +02:00

Filled out reference index and added placeholders for assertions and logging docs

This commit is contained in:
Phil Nash 2013-06-10 08:08:20 +01:00
parent d07cd3353f
commit 46953c8319
3 changed files with 18 additions and 1 deletions

5
docs/assertions.md Normal file

@ -0,0 +1,5 @@
placeholder for assertion macros
---
[Home](../README.md)

5
docs/logging.md Normal file

@ -0,0 +1,5 @@
placeholder for logging docs
---
[Home](../README.md)

@ -1,4 +1,11 @@
placeholder for reference index These are the currently documented areas of the framework. There is more to come.
Before looking at this material be sure to read the [tutorial](tutorial.md)
[Command Line](command-line.md)
[Assertion Macros](assertions.md)
[Logging Macros](logging.md)
[Supplying your own main()](own-main.md)
--- ---