mirror of
https://github.com/redmine/redmine.git
synced 2026-02-04 13:50:02 +01:00
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
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user