Commit 2c79572e authored by Eric Davis's avatar Eric Davis

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
parent 7a3dcdc6
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment