summaryrefslogtreecommitdiffstats
path: root/build/phpDocumentor.sh
blob: 533e5f5a5c7f764fb11859cd78aaf33758032ec6 (plain)
1
2
3
4
5
6
7
#!/bin/bash

wget https://phpdoc.org/phpDocumentor.phar

mkdir -p api/

php7.4 phpDocumentor.phar -t "./api" -d "./lib/public" --title="Nextcloud PHP API ($BRANCH)"