new(options)
Set up a new HTML generator. Basically all we do here is load up the correct output temlate
# File lib/rdoc/generators/html_generator.rb, line 1178 def initialize(options) #:not-new: @options = options load_html_template end