mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 10:49:37 +02:00
5 lines
223 B
Bash
Executable file
5 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
|