Explorar el Código

fix(build): phpDocumentor usage

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
tags/v28.0.0beta1
John Molakvoæ hace 6 meses
padre
commit
4c7bd978e1
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      build/phpDocumentor.sh

+ 1
- 1
build/phpDocumentor.sh Ver fichero

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

Cargando…
Cancelar
Guardar