class RDoc::Context::Section

def remove_comment(target_comment)

def remove_comment(target_comment)
  @comments.delete_if do |stored_comment|
    stored_comment.file == target_comment.file
  end
end