LinuxCommandLibrary

phpdox

generates PHP documentation

TLDR

Generate documentation

$ phpdox
copy
Use specific config
$ phpdox -f [phpdox.xml]
copy
Verbose output
$ phpdox -v
copy
Generate for directory
$ phpdox --directory [src/]
copy

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.

SEE ALSO

phpdoc(1), doxygen(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community