# File lib/puppet/util/rdoc/generators/puppet_generator.rb, line 35
35:         def PuppetGenerator.for(options)
36:             AllReferences::reset
37:             HtmlMethod::reset
38: 
39:             if options.all_one_file
40:                 PuppetGeneratorInOne.new(options)
41:             else
42:                 PuppetGenerator.new(options)
43:             end
44:         end