
phpdox
List of commands for phpdox:
-
phpdox:tldr:0e6c8 phpdox: Generate documentation for the current working directory.$ phpdoxtry on your machineexplain this command
-
phpdox:tldr:7eef7 phpdox: Only run the documentation generator process.$ phpdox --generatortry on your machineexplain this command
-
phpdox:tldr:89619 phpdox: Generate documentation using a specific configuration file.$ phpdox --file ${path-to-phpdox-xml}try on your machineexplain this command
-
phpdox:tldr:8c6f5 phpdox: Display an annotated skeleton configuration XML file.$ phpdox --skeltry on your machineexplain this command
-
phpdox:tldr:cc993 phpdox: Only run the metadata collection process.$ phpdox --collectortry on your machineexplain this command