# File lib/rdoc/rdoc.rb, line 489
  def generate file_info
    Dir.chdir @options.op_dir do
      unless @options.quiet then
        $stderr.puts "\nGenerating #{@generator.class.name.sub(/^.*::/, '')} format into #{Dir.pwd}..."
      end

      @generator.generate file_info
      update_output_dir '.', @start_time, @last_modified
    end
  end