class RDoc::CodeObject

def section

def section
  return @section if @section
  @section = parent.add_section @section_title if parent
end