class

RDoc::Markup::ToHtml

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

Class deprecated or moved

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

Outputs RDoc markup as HTML.

Included modules

  • RDoc::Text

Constants

LIST_TYPE_TO_HTML = {\n:BULLET => ['<ul>', '</ul>'],\n:LABEL => ['<dl class="rdoc-list label-list">', '</dl>'],\n:LALPHA => ['<ol style="list-style-type: lower-alpha">', '</ol>'],\n:NOTE => ['<dl class="rdoc-list note-list">', '</dl>'],\n:NUMBER => ['<ol>', '</ol>'],\n:UALPHA => ['<ol style="list-style-type: upper-alpha">', '</ol>'],\n}

Attributes

[RW]code_object
[RW]from_path
[R]in_list_entry
[R]list
[R]res

Files

  • lib/rdoc/markup/to_html.rb