generatedocs.sh 241 Bytes Edit Raw Blame History 1 2 3 4 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"