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