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

    @top_level.comment = comment
  end