Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_1_378) is shown here.
generate(info)
public
Build the initial indices and output objects based on an array of TopLevel
objects containing the extracted information.
# File lib/rdoc/generator/html.rb, line 394
def generate(info)
@toplevels = info
@hyperlinks = {}
build_indices
generate_xml
end