science-ation/PHPMailer/docs/generatedocs.sh
2025-02-12 02:22:50 +00:00

6 lines
223 B
Bash
Executable File

#!/bin/sh
# Regenerate PHPMailer documentation
# Run from within the docs folder
rm -rf phpdocs/*
phpdoc --directory .. --target ./phpdoc --ignore test/,examples/,extras/,test_script/ --sourcecode --force --title PHPMailer