mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 09:49:16 +02:00
5 lines
326 B
Bash
Executable file
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
|