*** empty log message ***
This commit is contained in:
parent
b958597cc9
commit
b327b0d76a
|
@ -0,0 +1,6 @@
|
||||||
|
#!/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"
|
||||||
|
|
Loading…
Reference in New Issue