phpDocumentor Plugin For Sublime Text 2
This is a plugin for Sublime Text 2 which enables the user to right click on files/folders and generate documentation for PHP files using phpDocumentor.

Once you have right clicked on a file or folder and selected "phpDocumentor" > "Generate documentation..." you will get the output as shown below:

Configuration
You can also configure where the documentation should be generated, be it a relative or absolute path. Select from the following menu

You can then update the configuration accordingly

Installation
You can install this in one of two ways:
- Package Control (Recommended)
- Git - Simply checkout the git repo into "~/Library/Application Support/Sublime Text 2/Packages/phpDocumentor" or the equivalent folder on Windows or Linux.
Changelog
To track the changes more frequently, you can review the Changelog here