Skip to Content Skip to Search

Parse a RD format file. The parsed RDoc::Markup::Document is attached as a file comment.

Methods
S
Included Modules

Instance Public methods

scan()

Creates an rd-format TopLevel for the given file.

# File ruby/lib/rdoc/parser/rd.rb, line 15
def scan
  comment = RDoc::Comment.new @content, @top_level
  comment.format = 'rd'

  @top_level.comment = comment
end