mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 15:51:29 +08:00
c20587ae23
* batch1 * batch * Update pages/common/locust.md Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> * Update pages/common/locust.md Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> * Update pages/common/locust.md Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> * Update pages/common/locust.md Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> * Update pages/common/locust.md Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> --------- Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> Co-authored-by: Sahil Afrid Farookhi <msafarookhi@gmail.com>
25 lines
505 B
Markdown
25 lines
505 B
Markdown
# phpdox
|
|
|
|
> A PHP documentation generator.
|
|
> More information: <https://manned.org/phpdox>.
|
|
|
|
- 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]}}`
|