mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 19:47:52 +00:00
Added script for generating documentation for the C, .NET and Python APIs
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
09a62a18c2
commit
e0f5c0bd8e
9 changed files with 2640 additions and 1 deletions
23
doc/header.html
Normal file
23
doc/header.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
<HTML>
|
||||
<HEAD>
|
||||
<meta name="author" content="Leonardo de Moura" />
|
||||
<meta name="author" content="Nikolaj Bjorner" />
|
||||
<meta name="author" content="Christoph Wintersteiger" />
|
||||
<meta name="description" content="Z3: theorem prover" />
|
||||
<meta name="keywords" content="decision procedure, theorem prover, SMT-LIB, SMTLIB, SMT LIB, SMT Solver, SMTCOMP, SMT-COMP, SAT solver, formal methods, constraint solver, software verification, hardware verification" />
|
||||
<TITLE>Z3: Theorem Prover</TITLE>
|
||||
<LINK HREF="z3.css" REL="stylesheet" TYPE="text/css">
|
||||
<LINK href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</HEAD>
|
||||
<BODY BGCOLOR="#FFFFFF">
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th style="width:120px"><a style="border=0px" class="el" href="http://z3.codeplex.com"><img border="0" src="z3.png" alt="Z3" /></a></th>
|
||||
<th style="width:100%">
|
||||
<div id="nav">
|
||||
</div>
|
||||
</th>
|
||||
</tr>
|
||||
</table>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue