php - Command to `phpdoc` an entire directory? -


what command line generate phpdoc entire project?

directory structure

/users/macuser/sites/my-project/     index.php     config.php     includes/         class/             test.class.php         include-a.php     docs-go-in-here/ 

i have installed pear phpdoc , able create documentation single php file, cannot find out how entire directory.

phpdoc -h friend:

  -d    --directory               name of directory(s) parse                                   directory1,directory2 

Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -