APIdock / Ruby
/
method

generate_html

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_html()
private

Generate all the HTML

# File lib/rdoc/generators/html_generator.rb, line 1274
 def generate_html
 # 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
 write_extra_pages if defined? write_extra_pages
 end

AltStyle によって変換されたページ (->オリジナル) /