From a34543d1c5f7ac1d28a50c370da9b02c2047b5b0 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Sun, 30 Sep 2012 10:09:29 +0900 Subject: Updated Rakefile:gendoc to rely on yardops in listing undocumented files --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3