Skip to content

Commit

Permalink
Fix documentation generation
Browse files Browse the repository at this point in the history
* Update download link for phpDocumentor.phar
* Remove template to use default template for phpdocs
  • Loading branch information
ruflin committed Oct 22, 2024
1 parent 223a25f commit 14bf680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ run-coveralls:
tools/php-coveralls.phar -v

tools/phpdocumentor.phar:
curl https://gitreleases.dev/gh/phpDocumentor/phpDocumentor/latest/phpDocumentor.phar -o tools/phpdocumentor.phar --silent -L; \
curl http://www.phpdoc.org/phpDocumentor.phar -o tools/phpdocumentor.phar --silent -L; \
chmod +x tools/phpdocumentor.phar

.PHONY: run-phpdoc
run-phpdoc: tools/phpdocumentor.phar
tools/phpdocumentor.phar --directory=lib --target=build/docs --template=clean
tools/phpdocumentor.phar --directory=src --target=build/docs

##
## Docker commands
Expand Down

0 comments on commit 14bf680

Please sign in to comment.