mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
don't forget parameter documentation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
19da3c7086
commit
600b4491aa
|
@ -109,6 +109,7 @@ stages:
|
||||||
eval `opam config env`
|
eval `opam config env`
|
||||||
cd doc
|
cd doc
|
||||||
python mk_api_doc.py --mld --z3py-package-path=../build/python/z3
|
python mk_api_doc.py --mld --z3py-package-path=../build/python/z3
|
||||||
|
python mk_params_doc.py
|
||||||
mkdir api/html/ml
|
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
|
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 ..
|
cd ..
|
||||||
|
|
Loading…
Reference in a new issue