mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 21:08:46 +00:00
Merge branch 'master' of https://github.com/Z3Prover/z3
This commit is contained in:
commit
96f113afee
|
@ -1,7 +1,7 @@
|
|||
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
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Small example using the c++ bindings.
|
||||
Small example using the C bindings.
|
||||
To build the example execute
|
||||
make examples
|
||||
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
|
||||
make examples
|
||||
in the build directory.
|
||||
|
|
Loading…
Reference in a new issue