mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Remove verbosity flag from apidoc
This commit is contained in:
parent
2716a9e86a
commit
bc7b499d75
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue