# File lib/rdoc/context.rb, line 964
  def record_location(top_level)
    @in_files << top_level unless @in_files.include?(top_level)
  end