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