Skip to content

Commit 1f71aed

Browse files
ocamldoc
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent b402268 commit 1f71aed

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

scripts/generate-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ steps:
33
cd doc
44
sudo apt-get install doxygen
55
sudo apt-get install graphviz
6-
python mk_api_doc.py --ml --z3py-package-path=../build/python/z3
6+
python mk_api_doc.py --z3py-package-path=../build/python/z3
77
cd ..

scripts/nightly.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ stages:
5454
./ml_example
5555
cd ..
5656
cd doc
57-
python mk_api_doc.py --ml --z3py-package-path=../build/python/z3
57+
python mk_api_doc.py --z3py-package-path=../build/python/z3
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
5859
cd ..
5960
- script: zip -r api.zip doc/api
6061
- script: cp api.zip $(Build.ArtifactStagingDirectory)/.

0 commit comments

Comments
 (0)