phpdox
A PHP documentation generator. More information: <https://phpdox.net>.
Install
- All systems
-
curl cmd.cat/phpdox.sh
- Debian
-
apt-get install phpdox - Ubuntu
-
apt-get install phpdox - Kali Linux
-
apt-get install phpdox - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install phpdox - Raspbian
-
apt-get install phpdox
A PHP documentation generator. More information: <https://phpdox.net>.
-
Display an annotated skeleton configuration XML file:
phpdox --skel -
Generate documentation for the current working directory:
phpdox -
Generate documentation using a specific configuration file:
phpdox --file path/to/phpdox.xml -
Only run the metadata collection process:
phpdox --collector -
Only run the documentation generator process:
phpdox --generator
© tl;dr; authors and contributors