summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 227ecfc2..01a55527 100644
--- a/Rakefile
+++ b/Rakefile
@@ -11,7 +11,7 @@ end
task :gendoc do
#puts 'yard doc generation disabled until JRuby build native extensions for redcarpet or yard removes the dependency.'
system "yardoc"
- system "yard stats --list-undoc"
+ #system "yard stats --list-undoc"
end
task :test do