Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_1_378) is shown here.
add_tag(name, start, stop)
public
Add a new set of HTML tags for an attribute. We allow
separate start and end tags for flexibility.
# File lib/rdoc/markup/to_html.rb, line 144
def add_tag(name, start, stop)
@attr_tags << InlineTag.new(RDoc::Markup::Attribute.bitmap_for(name), start, stop)
end