diff options
| author | Randy Morgan <[email protected]> | 2012-08-02 23:37:39 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-08-02 23:37:39 +0900 |
| commit | acc890d52089dbf18ac3d56bace3a393d195eb9c (patch) | |
| tree | 5b5cbfa33d0f1ff4e416eb8cac997d4f924142a9 /Rakefile | |
| parent | b6c50cde41d0ecbd51d56823c84b264523e32a34 (diff) | |
| download | caxlsx-acc890d52089dbf18ac3d56bace3a393d195eb9c.tar.gz caxlsx-acc890d52089dbf18ac3d56bace3a393d195eb9c.zip | |
hmm…. ditch red carpet and do some docs
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
