Coder Social home page Coder Social logo

sublime-phpdocumentor's Introduction

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.

sublime-phpdocumentor's People

Contributors

benmatselby avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

croata

sublime-phpdocumentor's Issues

Impossible to ignore several files

Hi,
Firstly I want to thank you for your work: it's really cool to generate documentation within SublimeText!

Unfortunately I've got a problem with this package. I want to ignore some specific files but it doesn't work (It's ok when trying to ignore only one file).
I use the "additional_args" parameter that way but I also tried to use "-i":

"additional_args": {
    "--ignore": "directory/file1.php,directory/file2.php"
}

and the generated command line is:

phpdoc --ignore=directory/file1.php,directory/file2.php -d /PATH/TO/MY/PROJECT -t /PATH/TO/MY/PROJECT/build/api/ -i /PATH/TO/MY/PROJECT/build/api/

If I modify this command to remove the last -i parameter it works!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.