new(parent, title, comment)
public
Creates a new section
with title and comment
# File lib/rdoc/context.rb, line 115
def initialize(parent, title, comment)
@parent = parent
@title = title
@@sequence.succ!
@sequence = @@sequence.dup
set_comment comment
end