method

accept_heading

v1_9_2_180 - Show latest stable - Class: RDoc::Markup::ToHtml
accept_heading(heading)
public

No documentation available.

# File lib/rdoc/markup/to_html.rb, line 226
  def accept_heading(heading)
    @res << convert_heading(heading.level, @am.flow(heading.text))
  end