LDAPAccountManager/lam/phpdoc.sh

7 lines
169 B
Bash
Executable File

#!/bin/bash
rm -rf phpdoc
mkdir phpdoc
phpdoc -ue on --output "HTML:Smarty:PHP" -d ./ -t phpdoc -ti "LDAP Account Manager - Documentation" -dc "LDAP Account Manager"