1
0
espelhamento de https://github.com/nextcloud/server.git sincronizado 2024-09-02 17:56:02 +02:00
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 linhas
173 B
Bash
Arquivo executável

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