Browse Source

Merge pull request #22447 from nextcloud/enh/phpdoc

Use proper branch name in phpdoc builds
tags/v20.0.0beta3
Roeland Jago Douma 3 years ago
parent
commit
aad30d3b33
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build/phpDocumentor.sh

+ 1
- 1
build/phpDocumentor.sh View File

@@ -8,4 +8,4 @@ wget https://bitgrid.net/~jus/phpDocumentor.phar

mkdir -p api/

php7.4 phpDocumentor.phar -t "./api" -d "./lib/public" --title="Nextcloud PHP API (`git rev-parse --abbrev-ref HEAD`)"
php7.4 phpDocumentor.phar -t "./api" -d "./lib/public" --title="Nextcloud PHP API ($BRANCH)"

Loading…
Cancel
Save