diff --git a/Makefile b/Makefile index 4777ec0..e9f12e6 100644 --- a/Makefile +++ b/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: