From b2a086adeb5a51c2a27e5116e7637a2210bee051 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Tue, 1 Jul 2014 13:07:21 +1000 Subject: [PATCH] Gave the documentation section a makeover. --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7100ca7..bc9422d 100644 --- a/README.md +++ b/README.md @@ -139,15 +139,12 @@ In the instructions below, replace `path/to/jsontest` with the path of the Building the documentation -------------------------- -Run the python script doxybuild.py from the top directory: +Run the python script `doxybuild.py` from the top directory: -python doxybuild.py --open --with-dot + python doxybuild.py --open --with-dot -See doxybuild.py --help for options. +See `doxybuild.py --help` for options. -Notes that the documentation is also available for download as a tarball. -The documentation of the latest release is available online at: -http://jsoncpp.sourceforge.net/ Generating amalgamated source and header ----------------------------------------