Skip to content

Commit

Permalink
Update generatedocs script for new file locations
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Apr 21, 2016
1 parent 5dbf14e commit ad74f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/generatedocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Regenerate PHPMailer documentation
# Run from within the docs folder
rm -rf phpdoc/*
phpdoc --directory .. --target ./phpdoc --ignore test/,examples/,extras/,test_script/,vendor/,language/ --sourcecode --force --title PHPMailer --template="clean"
phpdoc --directory ../src --target ./phpdoc --sourcecode --force --title PHPMailer --template="clean"
# You can merge regenerated docs into a separate docs working copy without messing up the git status like so:
# rsync -a --delete --exclude ".git" --exclude "phpdoc-cache-*/" --exclude "README.md" phpdoc/ ../../phpmailer-docs
# After updating docs, push/PR them to the phpmailer gh-pages branch: https://github.com/PHPMailer/PHPMailer/tree/gh-pages

0 comments on commit ad74f67

Please sign in to comment.