class RDoc::Markup::ToHtml
Outputs RDoc
markup as HTML.
Public Class Methods
new(options, markup = nil)
click to toggle source
Creates a new formatter that will output HTML
Calls superclass method
RDoc::Markup::Formatter::new
# File rdoc/markup/to_html.rb, line 45 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
topUtilities
topConstants
Attributes
code_object[RW]
The RDoc::CodeObject
HTML is being generated for. This is used to generate namespaced URI fragments
from_path[RW]
Path to this document for relative links