fixes #16
* all PHP code is documented * admin/scripts/*php is added to apidoc and gettext generation in Makefile
This commit is contained in:
parent
f6be78bdcf
commit
379fffa19b
5 changed files with 56 additions and 8 deletions
1
Makefile
1
Makefile
|
@ -26,6 +26,7 @@
|
|||
VERSION := 0.2
|
||||
PROJECT := davadmin
|
||||
SRCFILES := $(wildcard admin/*.php)
|
||||
SRCFILES += $(wildcard admin/scripts/*.php)
|
||||
JSFILES := admin/scripts/autocomplete.js admin/scripts/directories.js \
|
||||
admin/scripts/users.js
|
||||
APISRC := $(shell echo $(SRCFILES) | sed 's/ /,/g' )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue