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