mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 06:03:23 +00:00
Merge branch 'master' of https://github.com/Z3Prover/z3
This commit is contained in:
commit
96f113afee
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
API documentation
|
API documentation
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
To generate the API documentation for the C, .NET and Python APIs, we must execute
|
To generate the API documentation for the C, C++, .NET, Java and Python APIs, we must execute
|
||||||
|
|
||||||
python mk_api_doc.py
|
python mk_api_doc.py
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Small example using the c++ bindings.
|
Small example using the C bindings.
|
||||||
To build the example execute
|
To build the example execute
|
||||||
make examples
|
make examples
|
||||||
in the build directory.
|
in the build directory.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Small example using the c++ bindings.
|
Small example using the C bindings.
|
||||||
To build the example execute
|
To build the example execute
|
||||||
make examples
|
make examples
|
||||||
in the build directory.
|
in the build directory.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue