| Class | RDoc::SimpleParser |
| In: |
rdoc/parsers/parse_simple.rb
|
| Parent: | Object |
See rdoc/parsers/parse_c.rb
prepare to parse a plain file
# File rdoc/parsers/parse_simple.rb, line 15 def initialize(top_level, file_name, body, options, stats) preprocess = SM::PreProcess.new(file_name, options.rdoc_include) preprocess.handle(body) do |directive, param| $stderr.puts "Unrecognized directive '#{directive}' in #{file_name}" end @body = body @options = options @top_level = top_level end
ruby-doc.org is a community service provided by Happy Camper Studios, a Phoenix, Arizona, Ruby application development company.
Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.
For more information on the Ruby programming language, visit ruby-lang.org.
Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.