3
0
Fork 0
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:
Leonardo de Moura 2012-11-20 00:18:43 -08:00
parent 09a62a18c2
commit e0f5c0bd8e
9 changed files with 2640 additions and 1 deletions

9
doc/README Normal file
View 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.