mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
fix(build): phpDocumentor usage
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
parent
c1a7ee6e16
commit
4c7bd978e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue