From: Go MAEDA Date: Sun, 19 Nov 2023 05:36:55 +0000 (+0000) Subject: Merged r22456 from trunk to 5.1-stable (#39576). X-Git-Tag: 5.1.1~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=85f5cbc77880dff69fc12716b8157fb0bdaaa664;p=redmine.git Merged r22456 from trunk to 5.1-stable (#39576). git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@22463 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/lib/tasks/yardoc.rake b/lib/tasks/yardoc.rake index 60d3a644a..efa05fd1f 100644 --- a/lib/tasks/yardoc.rake +++ b/lib/tasks/yardoc.rake @@ -3,7 +3,7 @@ begin YARD::Rake::YardocTask.new do |t| files = ['app/**/*.rb'] - files << Dir['lib/**/*.rb', 'plugins/**/*.rb'].reject {|f| f.match(/test/) } + files += Dir['lib/**/*.rb', 'plugins/**/*.rb'].reject {|f| f.match(/test/)} t.files = files static_files = ['doc/CHANGELOG',