From 4c7bd978e181e1076bd61346c280fb4912834bbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Wed, 25 Oct 2023 08:33:38 +0200 Subject: [PATCH] fix(build): phpDocumentor usage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- build/phpDocumentor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"