class RDoc::Context::Section

def initialize(parent, title, comment)

def initialize(parent, title, comment)
  @parent = parent
  @title = title
  @@sequence.succ!
  @sequence = @@sequence.dup
  set_comment comment
end