1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-06-13 01:04:55 +00:00

Remove verbosity flag from apidoc

This commit is contained in:
Starbeamrainbowlabs 2016-06-13 11:31:19 +01:00
parent 2716a9e86a
commit bc7b499d75

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: