Class: RDoc::PuppetParserRDoc2 Private

Inherits:
Parser
  • Object
show all
Includes:
PuppetParserCore
Defined in:
lib/puppet/util/rdoc/parser/puppet_parser_rdoc2.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Constant Summary

Constants included from PuppetParserCore

RDoc::PuppetParserCore::SITE

Instance Method Summary collapse

Methods included from PuppetParserCore

#document_class, #document_define, #document_node, #find_object_named, #get_class_or_module, included, #initialize, #look_for_directives_in, #parse_elements, #parse_fact, #parse_plugins, #parse_puppet_plugin, #remove_private_comments, #scan, #scan_for_include_or_require, #scan_for_realize, #scan_for_resource, #scan_for_vardef, #scan_top_level, #split_module

Instance Method Details

#create_rdoc_preprocessObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



10
11
12
# File 'lib/puppet/util/rdoc/parser/puppet_parser_rdoc2.rb', line 10

def create_rdoc_preprocess
  preprocess = Markup::PreProcess.new(@input_file_name, @options.rdoc_include)
end