generate(toplevels)
Build the initial indices and output objects based on an array of TopLevel objects containing the extracted information.
# File lib/rdoc/generator/ri.rb, line 35 def generate(toplevels) RDoc::TopLevel.all_classes_and_modules.each do |cls| process_class cls end end