vendored/puppet/lib/puppet/util/rdoc/generators/puppet_generator.rb in bolt-0.15.0 vs vendored/puppet/lib/puppet/util/rdoc/generators/puppet_generator.rb in bolt-0.16.0
- old
+ new
@@ -243,10 +243,10 @@
"#{MODULE_DIR}/fr_#{file["file"].context.module_name}.html")
end
end
end
- def gen_composite_index(collection, template, filename)\
+ def gen_composite_index(collection, template, filename)
return if Puppet::FileSystem.exist?(filename)
template = TemplatePage.new(RDoc::Page::FR_INDEX_BODY, template)
res1 = []
collection['classes'].sort.each do |f|