Skip to content

Commit

Permalink
Save yard doc to the doc/app directory.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3921 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
edavis10 committed Aug 7, 2010
1 parent 7a3dcdc commit 2c79572
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tasks/yardoc.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c79572

Please sign in to comment.