Browse Source

fix(build): phpDocumentor usage

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
pull/41105/head
John Molakvoæ 3 years ago
parent
commit
4c7bd978e1
No known key found for this signature in database GPG Key ID: 60C25B8C072916CF
  1. 2
      build/phpDocumentor.sh

2
build/phpDocumentor.sh

@ -4,4 +4,4 @@ wget https://phpdoc.org/phpDocumentor.phar
mkdir -p api/
php phpDocumentor.phar -t "./api" -d "./lib/public" --title="Nextcloud PHP API ($BRANCH)"
php phpDocumentor.phar --target=./api --directory=./lib/public --title="Nextcloud PHP API ($BRANCH)"
Loading…
Cancel
Save