Fixed returns in docs ref

This commit is contained in:
Phil Nash 2013-06-14 08:41:59 +01:00
parent a26ddc9ca7
commit 1d3dd71774
1 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,10 @@ 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)
* [Command Line](command-line.md)
* [Assertion Macros](assertions.md)
* [Logging Macros](logging.md)
* [Supplying your own main()](own-main.md)
---