Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 305 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 305 Bytes

PHP-Breathe-Demo

Trying to set up Breathe, Doxygen and Sphinx for PHP

Documentation

Build documentation with:

cd docs
make html

The results will be in docs/_build/html/

Documentation is built through Doxygen. The Doxygen XML files are parsed by Sphinx using the Breathe extension.