Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
scan()
public
# File lib/rdoc/parser/markdown.rb, line 14
def scan
comment = RDoc::Comment.new @content, @top_level
comment.format = 'markdown'
@top_level.comment = comment
end