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 LaTeX
tags for an attribute. We allow separate start and end tags for flexibility
# File lib/rdoc/markup/to_latex.rb, line 85
def add_tag(name, start, stop)
@attr_tags << InlineTag.new(RDoc::Markup::Attribute.bitmap_for(name), start, stop)
end