lib/rucy/rake.rb in rucy-0.1.21 vs lib/rucy/rake.rb in rucy-0.1.22
- old
+ new
@@ -8,18 +8,18 @@
module Rake
- def rdoc ()
+ def rdoc()
env :RDOC, 'rdoc'# 'yardoc'
end
- def rucy2rdoc ()
+ def rucy2rdoc()
env :RUCY2RDOC, 'rucy2rdoc'
end
- def generate_documents ()
+ def generate_documents()
rdocdir = ".doc/#{ext_dir}"
srcs = FileList["#{ext_dir}/**/*.{#{src_exts.join ','}}"]
rdocs = Hash[srcs.map{|path| [path, "#{rdocdir}/#{File.basename path}"]}]
out = "#{doc_dir}/index.html"