diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-10-25 08:33:38 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-10-25 08:33:38 +0200 |
commit | 4c7bd978e181e1076bd61346c280fb4912834bbd (patch) | |
tree | 62a1775bbc56675493cb1bc21aefb5d5bd968b33 /build | |
parent | c1a7ee6e16ba9f905bf43bafdc289c64de31683c (diff) | |
download | nextcloud-server-4c7bd978e181e1076bd61346c280fb4912834bbd.tar.gz nextcloud-server-4c7bd978e181e1076bd61346c280fb4912834bbd.zip |
fix(build): phpDocumentor usage
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'build')
-rwxr-xr-x | build/phpDocumentor.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/phpDocumentor.sh b/build/phpDocumentor.sh index 286f4a24e79..fd8afba4641 100755 --- a/build/phpDocumentor.sh +++ b/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)" |