3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 00:55:31 +00:00

add parameter documentation to nightly

This commit is contained in:
Nikolaj Bjorner 2022-08-16 15:07:19 -07:00
parent fe00e95f72
commit 21033790be
3 changed files with 65 additions and 30 deletions

View file

@ -76,6 +76,7 @@ stages:
eval `opam config env`
cd doc
python mk_api_doc.py --mld --z3py-package-path=../build/python/z3
python mk_params_doc.py
mkdir api/html/ml
ocamldoc -html -d api/html/ml -sort -hide Z3 -I $( ocamlfind query zarith ) -I ../build/api/ml ../build/api/ml/z3enums.mli ../build/api/ml/z3.mli
cd ..