浏览代码

fix(build): phpDocumentor usage

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
tags/v28.0.0beta1
John Molakvoæ 7 个月前
父节点
当前提交
4c7bd978e1
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      build/phpDocumentor.sh

+ 1
- 1
build/phpDocumentor.sh 查看文件

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

正在加载...
取消
保存