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/
bower_components/
config.yml
doc/
docs/

View File

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