summaryrefslogtreecommitdiffstats
path: root/lib/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/yardoc.rake1
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