Initial Commit

This commit is contained in:
Frank John Begornia
2019-11-04 17:12:11 +08:00
commit 659ad69995
125 changed files with 17296 additions and 0 deletions

View 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