3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-14 21:08:46 +00:00
This commit is contained in:
Nikolaj Bjorner 2016-03-23 10:19:25 -07:00
commit 96f113afee
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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.

View file

@ -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.