Class Generators::PuppetGenerator
In: lib/puppet/util/rdoc/generators/puppet_generator.rb
Parent: HTMLGenerator

This is a specialized HTMLGenerator tailored to Puppet manifests

Methods

Public Class methods

Public Instance methods

Generate:

 the list of modules
 the list of classes and definitions of a specific module
 the list of all classes
 the list of nodes
 the list of resources

generate the all classes index file and the combo index

generate the index of modules

generate all the subdirectories, modules, classes and files

produce a class/module list of HTMLPuppetModule/HTMLPuppetClass based on the code object traversal.

This is the central method, it generates the whole structures along with all the indices.

loads our own html template file

returns the initial_page url

[Validate]