Skip to content

Commit

Permalink
Build API docs with phpDocumentor 3.0.0 final instead of RC
Browse files Browse the repository at this point in the history
phpDocumentor cache has been added to the .gitignore.
  • Loading branch information
LeSuisse committed Dec 11, 2020
1 parent 9243ac2 commit d3d79f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ phpunit.xml
.php_cs.cache
docs/api
phpDocumentor.phar*
.phpunit.result.cache
.phpunit.result.cache
.phpdoc/
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ test: deps
apidocs: docs/api/index.html

phpDocumentor.phar:
wget https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.0.0-rc/phpDocumentor.phar
wget https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.0.0-rc/phpDocumentor.phar.pubkey
wget https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.0.0/phpDocumentor.phar
wget https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.0.0/phpDocumentor.phar.asc

library_files=$(shell find library -name '*.php')
docs/api/index.html: vendor/composer/installed.json $(library_files) phpDocumentor.phar
Expand Down

0 comments on commit d3d79f2

Please sign in to comment.