class

RDoc::Markup::ToFlow

ruby latest stable - Superclass: RDoc::RDoc::Markup::Formatter

Class deprecated or moved

This class is deprecated or moved on the latest stable version. The last existing version (v1_9_1_378) is shown here.

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