mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 13:40: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
9
doc/README
Normal file
9
doc/README
Normal file
|
@ -0,0 +1,9 @@
|
|||
API documentation
|
||||
-----------------
|
||||
|
||||
To generate the API documentation for the C, .NET and Python APIs, we must execute
|
||||
|
||||
python mk-doc.py
|
||||
|
||||
We must have doxygen installed in our system.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue