summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-08-02 23:37:39 +0900
committerRandy Morgan <[email protected]>2012-08-02 23:37:39 +0900
commitacc890d52089dbf18ac3d56bace3a393d195eb9c (patch)
tree5b5cbfa33d0f1ff4e416eb8cac997d4f924142a9 /Rakefile
parentb6c50cde41d0ecbd51d56823c84b264523e32a34 (diff)
downloadcaxlsx-acc890d52089dbf18ac3d56bace3a393d195eb9c.tar.gz
caxlsx-acc890d52089dbf18ac3d56bace3a393d195eb9c.zip
hmm…. ditch red carpet and do some docs
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index bf6fe7d0..227ecfc2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -9,9 +9,9 @@ task :benchmark do
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"
+ #puts 'yard doc generation disabled until JRuby build native extensions for redcarpet or yard removes the dependency.'
+ system "yardoc"
+ system "yard stats --list-undoc"
end
task :test do