1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/phpdox.md
2025-04-27 10:59:15 +03:00

24 lines
498 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 {{[-f|--file]}} {{path/to/phpdox.xml}}`
- Only run the metadata collection process:
`phpdox {{[-c|--collector]}}`
- Only run the documentation generator process:
`phpdox {{[-g|--generator]}}`