Remove verbosity flag from apidoc

This commit is contained in:
Starbeamrainbowlabs 2016-06-13 11:31:19 +01:00
parent 2716a9e86a
commit bc7b499d75
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ peppermint:
docs: setupApiDoc
@echo [peppermint/docs] Building docs
apidoc -vvv -o './RestApiDocs/' -f '.*\.php' -e index.php
apidoc -o './RestApiDocs/' -f '.*\.php' -e index.php
rm -rf doc/
setupApiDoc: