All Downloads are FREE. Search and download functionalities are using the official Maven repository.

z3-z3-4.13.0.scripts.generate-doc.yml Maven / Gradle / Ivy

The newest version!
steps:
- script: |
   cd doc
   sudo apt-get install doxygen
   sudo apt-get install graphviz
   python mk_api_doc.py --z3py-package-path=../build/python/z3
   cd ..




© 2015 - 2024 Weber Informatics LLC | Privacy Policy