diff lib/tasks/yardoc.rake @ 1525:fb9a13467253 live

Merge from branch redmine-2.5-integration
author Chris Cannam
date Thu, 11 Sep 2014 12:45:02 +0100
parents dffacf8a6908
children
line wrap: on
line diff
--- a/lib/tasks/yardoc.rake	Wed May 07 14:15:02 2014 +0100
+++ b/lib/tasks/yardoc.rake	Thu Sep 11 12:45:02 2014 +0100
@@ -2,8 +2,8 @@
   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',