fix(build): phpDocumentor usage

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ 2023-10-25 08:33:38 +02:00
parent c1a7ee6e16
commit 4c7bd978e1
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 1 additions and 1 deletions

View File

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