Skip to content

nidhhoggr/BeautifyingDocBlocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BeautifyingDocBlocker

###About

A binary shell script that implements two different PEAR packages to beautify the php document and then apply doc blocks.

###Dependencies

###Usage

  • i (required) - input file
  • o (optional) - output file
  • s (optional) - the name of the ini file to parse to provide arguments to the doc block generator
  • b (optional) (takes no arguments) - beautify the output file
  • d (optional) (takes no arguments) - doc block the output file

./beautify -bd -i=input.php -o=output.php -s=joseph

find ./test -type f -exec ./beautify -b -i={} ;

About

A binary shell script that implements two different PEAR packages to beautify the php document and apply doc blocks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published