class RDoc::Markup::AttributeManager

def add_html(tag, name)

def add_html(tag, name)
  @html_tags[tag.downcase] = @attributes.bitmap_for name
end