Init
This commit is contained in:
5
mailer/phpmailer/docs/generatedocs.sh
Normal file
5
mailer/phpmailer/docs/generatedocs.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
# 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"
|
||||
Reference in New Issue
Block a user