Skip to content

Commit

Permalink
Ignore vendor folder when generating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Aug 11, 2014
1 parent 9989207 commit d6a63fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/generatedocs.sh
Expand Up @@ -2,4 +2,4 @@
# Regenerate PHPMailer documentation
# Run from within the docs folder
rm -rf phpdoc/*
phpdoc --directory .. --target ./phpdoc --ignore test/,examples/,extras/,test_script/ --sourcecode --force --title PHPMailer --template="clean"
phpdoc --directory .. --target ./phpdoc --ignore test/,examples/,extras/,test_script/,vendor/ --sourcecode --force --title PHPMailer --template="clean"

0 comments on commit d6a63fc

Please sign in to comment.