Object
# File lib/yard/templates/helpers/markup/rdoc_markup.rb, line 25 def initialize(text) @text = text @markup = MARKUP.new end
# File lib/yard/templates/helpers/markup/rdoc_markup.rb, line 30 def to_html formatter = RDocMarkupToHtml.new formatter.from_path = from_path html = @markup.convert(@text, formatter) html = fix_dash_dash(html) html = fix_typewriter(html) html end
[Validate]
Generated with the Darkfish Rdoc Generator 2.