1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 21:02:07 +02:00
tldr/pages/common/phpdox.md
2021-02-05 11:08:48 -03:00

24 lines
471 B
Markdown

# 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`