Runs the content through [RDoc::Markup](rdoc.rubyforge.org/RDoc/Markup.html). This method takes no options.
@param [String] content The content to filter
@return [String] The filtered content
# File lib/nanoc/filters/rdoc.rb, line 18 def run(content, params={}) options = ::RDoc::Options.new to_html = ::RDoc::Markup::ToHtml.new(options) ::RDoc::Markup.new.convert(content, to_html) end
Generated with the Darkfish Rdoc Generator 2.