We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b402268 commit 1f71aedCopy full SHA for 1f71aed
scripts/generate-doc.yml
@@ -3,5 +3,5 @@ steps:
3
cd doc
4
sudo apt-get install doxygen
5
sudo apt-get install graphviz
6
- python mk_api_doc.py --ml --z3py-package-path=../build/python/z3
+ python mk_api_doc.py --z3py-package-path=../build/python/z3
7
cd ..
scripts/nightly.yaml
@@ -54,7 +54,8 @@ stages:
54
./ml_example
55
56
57
58
+ ocamldoc -html -d html/ml -sort -hide Z3 -I +z3arith -I ../src/api/ml ../src/api/ml/z3enums.mli ../src/api/ml/z3.mli
59
60
- script: zip -r api.zip doc/api
61
- script: cp api.zip $(Build.ArtifactStagingDirectory)/.
0 commit comments