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

#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_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
  Markup::PreProcess.new(@input_file_name, @options.rdoc_include)
end