method
generate
ruby latest stable - Class:
Generators ::HTMLGenerator
Method deprecated or moved
This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.
generate(toplevels)public
Build the initial indices and output objects based on an array of TopLevel objects containing the extracted information.
# File lib/rdoc/generators/html_generator.rb, line 1189
def generate(toplevels)
@toplevels = toplevels
@files = []
@classes = []
write_style_sheet
gen_sub_directories()
build_indices
generate_html
end