class RDoc::Context::Section

def initialize parent, title, comment

def initialize parent, title, comment
  @parent = parent
  @title = title ? title.strip : title
  @comments = []
  add_comment comment
end