Use Sublime Text 2's Package Control (Preferences -> Package Control -> Install Package -> phpDocumentor) to install this plugin.
This plugin adds support for running phpDocumentor 2 from inside Sublime Text 2.
Right-click in the side-bar to:
- Generate documentation
Sublime phpDocumentor support is based on: PHPUnit plugin which is based on Ruby Tests plugin
You can configure:
- additional_args - This is the extra information you want to pass to the phpdoc command
- executable_path - The path to the phpdoc executable. If empty string, use PATH to find it
Requests for features, and pull requests with patches, are most welcome.