Method: Generators::PuppetGenerator#gen_file_index

Defined in:
lib/puppet/util/rdoc/generators/puppet_generator.rb

#gen_file_indexObject

generate the index of modules



209
210
211
# File 'lib/puppet/util/rdoc/generators/puppet_generator.rb', line 209

def gen_file_index
  gen_top_index(@modules.values, 'All Modules', RDoc::Page::TOP_INDEX, "fr_modules_index.html")
end