From 46953c831935246a89563a1087f82872c9029d50 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Mon, 10 Jun 2013 08:08:20 +0100 Subject: [PATCH] Filled out reference index and added placeholders for assertions and logging docs --- docs/assertions.md | 5 +++++ docs/logging.md | 5 +++++ docs/reference-index.md | 9 ++++++++- 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 docs/assertions.md create mode 100644 docs/logging.md diff --git a/docs/assertions.md b/docs/assertions.md new file mode 100644 index 00000000..1db0a610 --- /dev/null +++ b/docs/assertions.md @@ -0,0 +1,5 @@ +placeholder for assertion macros + +--- + +[Home](../README.md) \ No newline at end of file diff --git a/docs/logging.md b/docs/logging.md new file mode 100644 index 00000000..e43eec05 --- /dev/null +++ b/docs/logging.md @@ -0,0 +1,5 @@ +placeholder for logging docs + +--- + +[Home](../README.md) \ No newline at end of file diff --git a/docs/reference-index.md b/docs/reference-index.md index 4336d265..53efcc86 100644 --- a/docs/reference-index.md +++ b/docs/reference-index.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) ---