Browse Source
fix(build): phpDocumentor usage
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
pull/41105/head
John Molakvoæ
3 years ago
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with
1 additions and
1 deletions
-
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)" |