Home > PHP > phpdocs sniplet

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…

Categories: PHP Tags:
  1. No comments yet.
  1. No trackbacks yet.