Method deprecated or moved
This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.
annotate(tag)public
Given an HTML tag, decorate it with class information and the like if required. This is a no-op in the base class, but is overridden in HTML output classes that implement style sheets
# File lib/rdoc/markup/simple_markup/to_flow.rb, line 66
def annotate(tag)
tag
end