citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 3305b17cb152bde4de9340e4a3af0e6a0116e1b9
parent a999322814d89d5785874fa8fda30d03bce5d7a1
Author: Kyle Milz <kyle@0x30.net>
Date:   Fri,  1 Jul 2016 00:19:28 -0600

www: point out which manual to start with

Diffstat:
Mwww/index.html | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/www/index.html b/www/index.html @@ -63,10 +63,16 @@ </ul> <h2>Documentation</h2> + <p>This is the main entry point: + </p> + <ul> + <li><a href="man/citrun-wrap.1.html">citrun-wrap(1)</a> + </ul> + <p>These are lower level manuals: + </p> <ul> <li><a href="man/citrun-gl.1.html">citrun-gl(1)</a> <li><a href="man/citrun-inst.1.html">citrun-inst(1)</a> - <li><a href="man/citrun-wrap.1.html">citrun-wrap(1)</a> </ul> <h2>Building</h2>