mirror of
https://github.com/Z3Prover/z3
synced 2025-04-04 16:44:07 +00:00
ocamldoc
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b402268d35
commit
1f71aeded9
|
@ -3,5 +3,5 @@ steps:
|
|||
cd doc
|
||||
sudo apt-get install doxygen
|
||||
sudo apt-get install graphviz
|
||||
python mk_api_doc.py --ml --z3py-package-path=../build/python/z3
|
||||
python mk_api_doc.py --z3py-package-path=../build/python/z3
|
||||
cd ..
|
||||
|
|
|
@ -54,7 +54,8 @@ stages:
|
|||
./ml_example
|
||||
cd ..
|
||||
cd doc
|
||||
python mk_api_doc.py --ml --z3py-package-path=../build/python/z3
|
||||
python mk_api_doc.py --z3py-package-path=../build/python/z3
|
||||
ocamldoc -html -d html/ml -sort -hide Z3 -I +z3arith -I ../src/api/ml ../src/api/ml/z3enums.mli ../src/api/ml/z3.mli
|
||||
cd ..
|
||||
- script: zip -r api.zip doc/api
|
||||
- script: cp api.zip $(Build.ArtifactStagingDirectory)/.
|
||||
|
|
Loading…
Reference in a new issue