generate(info)
Generate the html as normal, then wrap it in a help project
# File lib/rdoc/generator/chm.rb, line 35 def generate(info) super @project_name = @op_name + ".hhp" create_help_project end