Use phpdoc default output folder
This commit is contained in:
parent
464e389ec9
commit
2a0fbb5032
2 changed files with 1 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -10,4 +10,4 @@ alltube-*.zip
|
|||
coverage/
|
||||
bower_components/
|
||||
config.yml
|
||||
doc/
|
||||
docs/
|
||||
|
|
|
@ -74,7 +74,6 @@ module.exports = function (grunt) {
|
|||
phpdocumentor: {
|
||||
doc: {
|
||||
options: {
|
||||
target: 'doc/',
|
||||
directory: 'classes/,controllers/,tests/'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue