0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 01:52:15 +02:00

Ignore vendor folder when generating docs

This commit is contained in:
Synchro 2014-08-11 11:44:44 +02:00
parent 9989207655
commit d6a63fc0ca

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"