summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Barth <jeanbaptiste.barth@gmail.com>2014-09-07 03:14:05 +0000
committerJean-Baptiste Barth <jeanbaptiste.barth@gmail.com>2014-09-07 03:14:05 +0000
commit882f6f1b64b81ad7ec1d51cd83b59a02924f9e7c (patch)
treee4e9abc7f21a6cfec2ce1ad569fdab57ed4bf230
parent1f8d22adbf5647b98bf9cca9fc1678f40673fc51 (diff)
downloadredmine-882f6f1b64b81ad7ec1d51cd83b59a02924f9e7c.tar.gz
redmine-882f6f1b64b81ad7ec1d51cd83b59a02924f9e7c.zip
Merged r13365 (#14796).
git-svn-id: http://svn.redmine.org/redmine/branches/2.5-stable@13366 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--lib/tasks/yardoc.rake4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tasks/yardoc.rake b/lib/tasks/yardoc.rake
index aa6c5eeb0..eab0d8606 100644
--- a/lib/tasks/yardoc.rake
+++ b/lib/tasks/yardoc.rake
@@ -2,8 +2,8 @@ begin
require 'yard'
YARD::Rake::YardocTask.new do |t|
- files = ['lib/**/*.rb', 'app/**/*.rb']
- files << Dir['vendor/plugins/**/*.rb'].reject {|f| f.match(/test/) } # Exclude test files
+ files = ['app/**/*.rb']
+ files << Dir['lib/**/*.rb', 'plugins/**/*.rb'].reject {|f| f.match(/test/) }
t.files = files
static_files = ['doc/CHANGELOG',