class RDoc::Markup::ToHtml

def initialize options, markup = nil

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