Blame view

application/libs/PHPMailer/docs/generatedocs.sh 241 Bytes
8d65d0ce   andryeyev   init
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"