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
Post a Comment