add target apidoc

This commit is contained in:
Uwe Steinmann 2015-06-24 12:41:26 +02:00
parent f78af97b4a
commit e158a873f5

View File

@ -46,4 +46,7 @@ extensions: $(EXTENSIONS)
doc:
$(PHPDOC) -d SeedDMS_Core --ignore 'getusers.php,getfoldertree.php,config.php,reverselookup.php' --force -t html
apidoc:
apigen generate -s SeedDMS_Core --exclude tests --skip-doc-prefix tests -d html
.PHONY: webdav webapp