diff options
author | Cristian Cadar <cristic@cs.stanford.edu> | 2013-01-11 10:55:36 +0000 |
---|---|---|
committer | Cristian Cadar <cristic@cs.stanford.edu> | 2013-01-11 10:55:36 +0000 |
commit | b676cabff80c1b8a7872f5263fbdadf2a1ff1148 (patch) | |
tree | 65e7f497fa3fd169afc60a46bbd09c99ec9b3e3a /www/Documentation.html | |
parent | 8f8e211e006b64eece2276993677db56db98ff54 (diff) | |
download | klee-b676cabff80c1b8a7872f5263fbdadf2a1ff1148.tar.gz |
Documentation for klee-stats by Tomasz Kuchta.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@172190 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/Documentation.html')
-rw-r--r-- | www/Documentation.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/www/Documentation.html b/www/Documentation.html index 11152801..038b1f83 100644 --- a/www/Documentation.html +++ b/www/Documentation.html @@ -17,8 +17,7 @@ <ol> <li> - <a href="Tutorials.html">KLEE Tutorials</a>: - + <a href="Tutorials.html">KLEE Tutorials</a>: Simple examples of how to use KLEE to test programs. </li> @@ -28,14 +27,17 @@ </li> <li> - <a href="klee-files.html">KLEE Generated Files</a>: - + <a href="klee-files.html">KLEE Generated Files</a>: Overview of the main files generated by KLEE. </li> <li> - <a href="KQuery.html">KQuery Language Reference Manual</a>: - + <a href="klee-tools.html">KLEE Tools</a>: + Overview of the main auxiliary tools provided by KLEE. + </li> + + <li> + <a href="KQuery.html">KQuery Language Reference Manual</a>: The reference manual for the KQuery language, used for interacting with the KLEE solver (kleaver). </li> |