Using phpdoc again

This commit is contained in:
Jeroen De Meerleer 2019-11-17 01:19:21 +01:00
parent 304e7d9f33
commit 035e718fd4
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ view-coverage: ## Shows the code coverage report
open build/coverage/index.html
api: ## Generates api-docs
VERSIONTAG=$(VERSION) doxygen
phpdoc -d ./src -t ./doc/api
dist: ## Generates distribution
cp dist/composer* res/