class RDoc::Markup::ToHtml
Outputs RDoc markup as HTML.
Public Class Methods
Creates a new formatter that will output HTML
                          Calls superclass method 
 
                        
                        RDoc::Markup::Formatter::new
                        # File lib/rdoc/markup/to_html.rb, line 46 def initialize(options, markup = nil) super @code_object = nil @from_path = '' @in_list_entry = nil @list = nil @th = nil @hard_break = "<br>\n" init_regexp_handlings init_tags end
Regexp Handling
Utilities
Constants
- LIST_TYPE_TO_HTML
 - 
                      
Maps RDoc::Markup::Parser::LIST_TOKENS types to HTML tags
 
Attributes
The RDoc::CodeObject HTML is being generated for.  This is used to generate namespaced URI fragments
Path to this document for relative links