Class: RDoc::PuppetParserRDoc1 Private

Inherits:
Object
  • Object
show all
Extended by:
ParserFactory
Includes:
PuppetParserCore
Defined in:
lib/puppet/util/rdoc/parser/puppet_parser_rdoc1.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.



11
12
13
# File 'lib/puppet/util/rdoc/parser/puppet_parser_rdoc1.rb', line 11

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