# File lib/rdoc/tom_doc.rb, line 137
  def build_heading level
    heading = super

    @section = heading.text

    heading
  end