parse()
Parses the comment into an RDoc::Markup::Document. The parsed document is cached until the text is changed.
# File lib/rdoc/comment.rb, line 189 def parse return @document if @document @document = super @text, @format @document.file = @location @document end