Skip to content

Instantly share code, notes, and snippets.

@paulredmond
Created October 26, 2010 06:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulredmond/646411 to your computer and use it in GitHub Desktop.
Save paulredmond/646411 to your computer and use it in GitHub Desktop.
# Run from the terminal to generate phpdocumentor files
phpdoc -d ~/path/to/app -t ~/path/to/place/docs -ti 'Documentation Title' -dn 'defaultpackage'
@paulredmond
Copy link
Author

If installed via PEAR, make sure your php bin is in your path so you can run "phpdoc" by running:

pear config-get bin_dir

@paulredmond
Copy link
Author

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