Skip to content

Commit

Permalink
fix(build): phpDocumentor usage
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Oct 25, 2023
1 parent c1a7ee6 commit 4c7bd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/phpDocumentor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

0 comments on commit 4c7bd97

Please sign in to comment.