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/to_html.rb, line 153
def annotate(tag)
tag
end