lib/webgen/contentprocessor/rdoc.rb in gettalong-webgen-0.5.7.20090227 vs lib/webgen/contentprocessor/rdoc.rb in gettalong-webgen-0.5.8.20090507
- old
+ new
@@ -7,10 +7,9 @@
class RDoc
# Convert the content in RDoc markup to HTML.
def call(context)
require 'rdoc/markup/to_html'
-
context.content = ::RDoc::Markup::ToHtml.new.convert(context.content)
context
end
end