Generating PHP code documentation with Sphinx?

Viewed 11187

Sphinx is a Python library to generate nice documentation from a set of ReST formatted text files. Not the tool used for full-text searching

I'm also fully aware of doxygen / phpdoc tools. I'm trying to figure out if there is a way of using Sphinx to document PHP projects? Or even any other non-Python languages?

https://www.sphinx-doc.org/en/master/

5 Answers
Related