Initial Commit
This commit is contained in:
4
phpmailer/docs/generatedocs.sh
Normal file
4
phpmailer/docs/generatedocs.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
# Regenerate PHPMailer documentation
|
||||
rm -rf phpdocs/*
|
||||
phpdoc --directory .. --target ./phpdoc --ignore test/,examples/,extras/,test_script/ --sourcecode --force --title PHPMailer
|
||||
Reference in New Issue
Block a user