# File lib/rdoc/code_objects.rb, line 431
    def set_current_section(title, comment)
      @current_section = Section.new(title, comment)
      @sections << @current_section
    end