Options (3)
-f, --filebooleanGenerate documentation using a specific configuration file
Example:
phpdox {{[-f|--file]}} {{path/to/phpdox.xml}}-c, --collectorbooleanOnly run the metadata collection process
Example:
phpdox {{[-c|--collector]}}-g, --generatorbooleanOnly run the documentation generator process
Example:
phpdox {{[-g|--generator]}}Examples (5)
Display an annotated skeleton configuration XML file
phpdox --skelGenerate documentation for the current working directory
Generate documentation using a specific configuration file
phpdox [-f|--file] path/to/phpdox.xmlOnly run the metadata collection process
phpdox [-c|--collector]Only run the documentation generator process
phpdox [-g|--generator]made by @shridhargupta | data from tldr-pages