Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/rdoc/rdoc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ def parse_files files

return [] if file_list.empty?

original_options = @options.dup
@stats.begin_adding

file_info = file_list.map do |filename|
Expand All @@ -425,6 +426,7 @@ def parse_files files
end.compact

@stats.done_adding
@options = original_options

file_info
end
Expand Down