phpdocs sniplet
Quick way of using phpDocs to generate php programmer manuals
$> phpdoc -f file1,file2,…,fileX -t manual -s -pp
or
$> phpdoc -d dir1,dir2,…,dirX -t manual -s -pp
$> phpdoc -h
#always works too…
Quick way of using phpDocs to generate php programmer manuals
$> phpdoc -f file1,file2,…,fileX -t manual -s -pp
or
$> phpdoc -d dir1,dir2,…,dirX -t manual -s -pp
$> phpdoc -h
#always works too…