# File lib/rdoc/code_objects.rb, line 220
    def record_location(toplevel)
      @in_files << toplevel unless @in_files.include?(toplevel)
    end