Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
add_tag(name, start, stop)
public
Add a new set of tags
for an attribute. We allow separate start and end tags for flexibility
# File lib/rdoc/markup/formatter.rb, line 103
def add_tag(name, start, stop)
attr = @attributes.bitmap_for name
@attr_tags << InlineTag.new(attr, start, stop)
end