#154 : Change template for PHPDocumentor

This commit is contained in:
Progi1984 2014-05-05 10:35:21 +02:00
parent 105e53b1cd
commit ec0de298d9
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ script:
## PHPUnit ## PHPUnit
- phpunit -c ./ --coverage-text --coverage-html ./build/coverage - phpunit -c ./ --coverage-text --coverage-html ./build/coverage
## PHPDocumentor ## PHPDocumentor
- vendor/bin/phpdoc.php -d ./src -t ./build/docs --ignore "*/src/PhpWord/Shared/PCLZip/*" - vendor/bin/phpdoc.php -d ./src -t ./build/docs --ignore "*/src/PhpWord/Shared/PCLZip/*" --template="responsive-twig"
after_script: after_script:
## PHPDocumentor ## PHPDocumentor