Method: Generators::PuppetGenerator#generate_html
- Defined in:
- lib/puppet/util/rdoc/generators/puppet_generator.rb
#generate_html ⇒ Object
This is the central method, it generates the whole structures along with all the indices.
87 88 89 90 91 |
# File 'lib/puppet/util/rdoc/generators/puppet_generator.rb', line 87 def generate_html super gen_into(@nodes) gen_into(@plugins) end |