Skip to content

vicebas/PHP-Docblock-Generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This class will generate docblock outline for files/folders.

Use from command line - params:
file/folder - the file or folder you want to docblock (php files)
-r - to have it recursively go through a folder
target function - to docblock only a specific method/function name

Example:
bin/docblock target.php targetFunction
or
bin/docblock target/dir -r targetFunction

Credit to Sean Coates for the getProtos function, modified a little.
http://seancoates.com/fun-with-the-tokenizer 

About

Create skeleton docblock comments for php files

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%