Method: RDoc::Generator::CHM#generate_chm_index
- Defined in:
- lib/rdoc/generator/chm.rb
#generate_chm_index ⇒ Object
generate the CHM index (index.hhk)
120 121 122 123 124 125 126 |
# File 'lib/rdoc/generator/chm.rb', line 120 def generate_chm_index template_file = @template_dir + 'chm_index.hhk.rhtml' out_file = @outputdir + "index.hhk" debug_msg " rendering #{out_file}" render_template template_file, out_file do |io| binding end end |