class

RDoc::Markup::ToFlow

v1_9_1_378 - Show latest stable - Superclass: RDoc::RDoc::Markup::Formatter

No documentation available for this class.

Constants

InlineTag = Struct.new(:bit, :on, :off)

LIST_TYPE_TO_HTML = {\n:BULLET => [ "<ul>", "</ul>" ],\n:NUMBER => [ "<ol>", "</ol>" ],\n:UPPERALPHA => [ "<ol>", "</ol>" ],\n:LOWERALPHA => [ "<ol>", "</ol>" ],\n:LABELED => [ "<dl>", "</dl>" ],\n:NOTE => [ "<table>", "</table>" ],\n}

Files

  • lib/rdoc/markup/to_flow.rb