From: Eric Davis Date: Sat, 7 Aug 2010 15:11:21 +0000 (+0000) Subject: Save yard doc to the doc/app directory. X-Git-Tag: 1.1.0~471 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2c79572e4bdcbc00412d618aa84cfc5142b44d26;p=redmine.git Save yard doc to the doc/app directory. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3921 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/lib/tasks/yardoc.rake b/lib/tasks/yardoc.rake index 761065df8..88cf9b85e 100644 --- a/lib/tasks/yardoc.rake +++ b/lib/tasks/yardoc.rake @@ -5,6 +5,7 @@ begin files = ['lib/**/*.rb', 'app/**/*.rb'] files << Dir['vendor/plugins/**/*.rb'].reject {|f| f.match(/test/) } # Exclude test files t.files = files + t.options += ['--output-dir', './doc/app'] end rescue LoadError