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