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_html()private
Generate all the HTML
# File lib/rdoc/generator/html.rb, line 175
def generate_html
@main_url = main_url
# the individual descriptions for files and classes
gen_into(@files)
gen_into(@classes)
# and the index files
gen_file_index
gen_class_index
gen_method_index
gen_main_index
# this method is defined in the template file
values = {
'title_suffix' => CGI.escapeHTML("[#{@options.title}]"),
'charset' => @options.charset,
'style_url' => style_url('', @options.css),
}
@template.write_extra_pages(values) if @template.respond_to?(:write_extra_pages)
end Related methods
- Instance methods
- generate
- Class methods
- for
- new
- Private methods
-
build_indices -
gen_an_index -
gen_class_index -
gen_file_index -
gen_into -
gen_main_index -
gen_method_index -
gen_sub_directories -
generate_html -
index_to_links -
load_html_template -
main_url -
write_style_sheet