public Method

ToHtml.annotate(tag)

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

Source Code

# File rdoc/markup/simple_markup/to_html.rb, line 50
def annotate(tag)
  tag
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.