What would the command line be to generate phpdoc for an 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 and am able to create documentation for a single php file, I cannot find out how to do an entire directory.
phpdoc -h is your friend: