Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.01 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.01 KB

Sublime phpDocumentor

Installation

Use Sublime Text 2's Package Control (Preferences -> Package Control -> Install Package -> phpDocumentor) to install this plugin.

phpDocumentor Support For Sublime Text 2

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

Configuration

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

Contributions Welcome

Requests for features, and pull requests with patches, are most welcome.