1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

phpdox: add page (#5239)

This commit is contained in:
Owen Voke 2021-02-05 14:08:48 +00:00 committed by GitHub
parent 952b90fa0d
commit 9f521b5a1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

24
pages/common/phpdox.md Normal file
View file

@ -0,0 +1,24 @@
# 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`