parent
581b0dc90f
commit
8567a8aaac
2 changed files with 34 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -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 {} \;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue