PHP Classes

File: libs/PHPMailer/docs/generatedocs.sh

Recommend this page to a friend!
  Classes of Laudir Bispo   PHP Real Estate Website   libs/PHPMailer/docs/generatedocs.sh   Download  
File: libs/PHPMailer/docs/generatedocs.sh
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Real Estate Website
Manage the properties of a real estate business
Author: By
Last change:
Date: 3 years ago
Size: 608 bytes
 

Contents

Class file image Download
#!/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