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(info)
public
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