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/
|
coverage/
|
||||||
bower_components/
|
bower_components/
|
||||||
config.yml
|
config.yml
|
||||||
doc/
|
docs/
|
||||||
|
|
|
@ -74,7 +74,6 @@ module.exports = function (grunt) {
|
||||||
phpdocumentor: {
|
phpdocumentor: {
|
||||||
doc: {
|
doc: {
|
||||||
options: {
|
options: {
|
||||||
target: 'doc/',
|
|
||||||
directory: 'classes/,controllers/,tests/'
|
directory: 'classes/,controllers/,tests/'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue