phpdox
generates PHP documentation
TLDR
Generate documentation
$ phpdox
Use specific config$ phpdox -f [phpdox.xml]
Verbose output$ phpdox -v
Generate for directory$ phpdox --directory [src/]
SYNOPSIS
phpdox [options]
DESCRIPTION
phpdox generates PHP documentation. API documentation generator.
The tool creates HTML docs from source. Uses PHPDoc comments.
PARAMETERS
-f FILE
Configuration file.-v
Verbose output.--directory DIR
Source directory.--help
Display help.
CAVEATS
Requires XML configuration. PHPDoc comments recommended.
HISTORY
phpDox was created for generating PHP API documentation from source.
