Class: RDoc::PuppetParserRDoc2 Private
- 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
Instance Method Summary collapse
- #create_rdoc_preprocess ⇒ Object private
Methods included from PuppetParserCore
#find_object_named, #get_class_or_module, included, #initialize, #look_for_directives_in, #parse_fact, #parse_plugins, #parse_puppet_plugin, #remove_private_comments, #scan, #scan_top_level, #split_module
Instance Method Details
#create_rdoc_preprocess ⇒ Object
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.
12 13 14 |
# File 'lib/puppet/util/rdoc/parser/puppet_parser_rdoc2.rb', line 12 def create_rdoc_preprocess Markup::PreProcess.new(@input_file_name, @options.rdoc_include) end |