* update phpdoc for users.php
This commit is contained in:
Jan Dittberner 2007-11-26 09:44:23 +00:00
parent 581b0dc90f
commit 8567a8aaac
2 changed files with 34 additions and 4 deletions

View file

@ -31,7 +31,7 @@ SRCFILES=admin/common.inc.php,admin/directories.php,admin/getgroups.php,admin/in
apidoc:
if [ -d apidoc ]; then rm -r apidoc; fi
phpdoc -f $(SRCFILES) -t apidoc -s
phpdoc -f $(SRCFILES) -t apidoc --undocumentedelements on -s
clean:
find -name '*~' -type f -exec rm {} \;