summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-09-30 10:09:29 +0900
committerRandy Morgan <[email protected]>2012-09-30 10:09:29 +0900
commita34543d1c5f7ac1d28a50c370da9b02c2047b5b0 (patch)
tree87afddc9d6b3690b827bf2f2b28d05adf1ecbc59
parent098bb2a3382a6fa62768025c70025d29f6a45339 (diff)
downloadcaxlsx-a34543d1c5f7ac1d28a50c370da9b02c2047b5b0.tar.gz
caxlsx-a34543d1c5f7ac1d28a50c370da9b02c2047b5b0.zip
Updated Rakefile:gendoc to rely on yardops in listing undocumented files
-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