fix(build): phpDocumentor usage

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
pull/41105/head
John Molakvoæ 7 months ago
parent c1a7ee6e16
commit 4c7bd978e1
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF

@ -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