diff options
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> |