commands.sh

phpdox

all

A PHP documentation generator.

More info →

Options (3)

-f, --fileboolean

Generate documentation using a specific configuration file

Example: phpdox {{[-f|--file]}} {{path/to/phpdox.xml}}
-c, --collectorboolean

Only run the metadata collection process

Example: phpdox {{[-c|--collector]}}
-g, --generatorboolean

Only run the documentation generator process

Example: phpdox {{[-g|--generator]}}

Examples (5)

Display an annotated skeleton configuration XML file

phpdox --skel

Generate documentation for the current working directory

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]
made by @shridhargupta | data from tldr-pages