Skip to content

agentile/PHP-Docblock-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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:
php docblock.php target.php targetFunction
or
php docblock.php 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

Releases

No releases published

Packages

No packages published