lam/lam/phpdoc.sh
Roland Gruber 24a35f86f2 phpdoc
2021-01-11 20:58:28 +01:00

5 lines
326 B
Bash
Executable file

#!/bin/bash
rm -rf docs/phpdoc
mkdir docs/phpdoc
/usr/bin/phpdoc -d ./ -t docs/phpdoc --template=default --title "LDAP Account Manager" --defaultpackagename main --extensions=php --extensions=inc --ignore=config --ignore=tmp --ignore=sess --ignore=lib/env.inc --ignore=lib/3rdParty --ignore=templates/3rdParty --ignore=tests