Add a new set of HTML tags for an attribute. We allow separate start and end tags for flexibility
Source Code
# File rdoc/markup/simple_markup/to_flow.rb, line 56 def add_tag(name, start, stop) @attr_tags << InlineTag.new(SM::Attribute.bitmap_for(name), start, stop) end
<code/>and<pre/>for code samples.