Created
October 26, 2010 06:05
-
-
Save paulredmond/646411 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Run from the terminal to generate phpdocumentor files | |
phpdoc -d ~/path/to/app -t ~/path/to/place/docs -ti 'Documentation Title' -dn 'defaultpackage' |
Copy pear bin_dir path to clipboard:
pear config-get bin_dir | pbcopy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If installed via PEAR, make sure your php bin is in your path so you can run "phpdoc" by running: