about summary refs log tree commit diff homepage
path: root/www/Documentation.html
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-06-06 09:15:18 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-06-06 09:15:18 +0000
commit98633b8240294910f74877e4c8b992bc5669ada1 (patch)
treea755ab40f7ad7e1ec931d843fef3d2a040b10539 /www/Documentation.html
parent4bd8f060f95c0d50249c2713ed1b210b51742680 (diff)
downloadklee-98633b8240294910f74877e4c8b992bc5669ada1.tar.gz
Document the KQuery language.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@72997 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/Documentation.html')
-rw-r--r--www/Documentation.html21
1 files changed, 18 insertions, 3 deletions
diff --git a/www/Documentation.html b/www/Documentation.html
index f64b874d..cf20cc5d 100644
--- a/www/Documentation.html
+++ b/www/Documentation.html
@@ -16,11 +16,26 @@
   <!--*********************************************************************-->
 
   <ol>
-    <li><a href="Tutorials.html">KLEE Tutorials</a>: Simple examples of how to use KLEE to test programs.</li>
-    <li><a href="klee-files.html">KLEE Generated Files</a>: Overview of the main files generated by KLEE.</li>
-  </ol>
+    <li>
+      <a href="Tutorials.html">KLEE Tutorials</a>: 
+
+      Simple examples of how to use KLEE to test programs.
+    </li>
 
+    <li>
+      <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>: 
+      
+      The reference manual for the KQuery language, used for interacting with
+      the KLEE solver (kleaver).
+    </li>
+
+  </ol>
 </div>
 </body>
 </html>