nextcloud/build/phpDocumentor.sh
John Molakvoæ 4c7bd978e1
fix(build): phpDocumentor usage
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-10-25 08:33:38 +02:00

8 lines
173 B
Bash
Executable File

#!/bin/bash
wget https://phpdoc.org/phpDocumentor.phar
mkdir -p api/
php phpDocumentor.phar --target=./api --directory=./lib/public --title="Nextcloud PHP API ($BRANCH)"