diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2010-08-07 15:11:21 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2010-08-07 15:11:21 +0000 |
commit | 2c79572e4bdcbc00412d618aa84cfc5142b44d26 (patch) | |
tree | 57798a1d1db14c166ef056eb25192295b712aa43 /lib/tasks | |
parent | 7a3dcdc67f79c0c703cb6340547a218b29d0c8b5 (diff) | |
download | redmine-2c79572e4bdcbc00412d618aa84cfc5142b44d26.tar.gz redmine-2c79572e4bdcbc00412d618aa84cfc5142b44d26.zip |
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
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/yardoc.rake | 1 |
1 files changed, 1 insertions, 0 deletions
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 |