generatedocs.sh 241 B

12345
  1. #!/bin/sh
  2. # Regenerate PHPMailer documentation
  3. # Run from within the docs folder
  4. rm -rf phpdoc/*
  5. phpdoc --directory .. --target ./phpdoc --ignore test/,examples/,extras/,test_script/ --sourcecode --force --title PHPMailer --template="clean"