From e158a873f517396318ea99168317ab1270979e36 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 24 Jun 2015 12:41:26 +0200 Subject: [PATCH] add target apidoc --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 0438b2055..bd6225764 100644 --- a/Makefile +++ b/Makefile @@ -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