From 2a0fbb503293c6702b79227e5487d9a05963eeae Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 1 Aug 2016 13:02:35 +0200 Subject: [PATCH] Use phpdoc default output folder --- .gitignore | 2 +- Gruntfile.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index aa2ec14..b0dd8bb 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,4 @@ alltube-*.zip coverage/ bower_components/ config.yml -doc/ +docs/ diff --git a/Gruntfile.js b/Gruntfile.js index b5224db..a3fba13 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -74,7 +74,6 @@ module.exports = function (grunt) { phpdocumentor: { doc: { options: { - target: 'doc/', directory: 'classes/,controllers/,tests/' } }