Use phpdoc default output folder

This commit is contained in:
Pierre Rudloff 2016-08-01 13:02:35 +02:00
parent 464e389ec9
commit 2a0fbb5032
2 changed files with 1 additions and 2 deletions

2
.gitignore vendored
View file

@ -10,4 +10,4 @@ alltube-*.zip
coverage/ coverage/
bower_components/ bower_components/
config.yml config.yml
doc/ docs/

View file

@ -74,7 +74,6 @@ module.exports = function (grunt) {
phpdocumentor: { phpdocumentor: {
doc: { doc: {
options: { options: {
target: 'doc/',
directory: 'classes/,controllers/,tests/' directory: 'classes/,controllers/,tests/'
} }
} }