Ignore vendor folder when generating docs
This commit is contained in:
parent
9989207655
commit
d6a63fc0ca
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue