/home/desid573/public_html/gcdriver/PHPMailer/docs
NameSizeModeActions
Callback_function_notes.txt5990644editdlrm
DomainKeys_notes.txt20700644editdlrm
extending.html35550644editdlrm
faq.html16680644editdlrm
generatedocs.sh6080644editdlrm
Note_for_SMTP_debugging.txt10560644editdlrm
pop3_article.txt39890644editdlrm
Edit: /home/desid573/public_html/gcdriver/PHPMailer/docs/generatedocs.sh (608B)
#!/bin/sh # Regenerate PHPMailer documentation # Run from within the docs folder rm -rf phpdoc/* phpdoc --directory .. --target ./phpdoc --ignore test/,examples/,extras/,test_script/,vendor/,language/ --sourcecode --force --title PHPMailer --template="clean" # You can merge regenerated docs into a separate docs working copy without messing up the git status like so: # rsync -a --delete --exclude ".git" --exclude "phpdoc-cache-*/" --exclude "README.md" phpdoc/ ../../phpmailer-docs # After updating docs, push/PR them to the phpmailer gh-pages branch: https://github.com/PHPMailer/PHPMailer/tree/gh-pages