class RDoc::Context

def set_current_section(title, comment)

def set_current_section(title, comment)
  @current_section = Section.new self, title, comment
  @sections << @current_section
end