Ignore vendor folder when generating docs

This commit is contained in:
Synchro 2014-08-11 11:44:44 +02:00
parent 9989207655
commit d6a63fc0ca
1 changed files with 1 additions and 1 deletions

View File

@ -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"