0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-20 23:38:25 +00:00
nextcloud_server/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

7 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)"