lib/reap/task/rdoc.rb in reap-4.5.0 vs lib/reap/task/rdoc.rb in reap-4.5.1
- old
+ new
@@ -108,9 +108,13 @@
build << "--main '#{doc.main}'" if doc.main
build << "--title '#{doc.title}'" if doc.title
build << "-T '#{doc.template}'" if doc.template
rdoc_opts = build.join(' ')
+ #--
+ # SHELL OUT! Can RDoc be called from code?
+ #++
+
# do it!
tell "Reap is shelling work out to RDoc..."
sh %{rdoc -o #{rdoc_dir} #{rdoc_opts} #{rdoc_files}}
end