generate(info)
Build the initial indices and output objects based on an array of TopLevel objects containing the extracted information.
# File lib/rdoc/generator/xml.rb, line 24 def generate(info) @info = info @files = [] @classes = [] @hyperlinks = {} build_indices generate_xml end