class RDoc::Comment
def parse
def parse return @document if @document @document = super @text, @format @document.file = @location @document end
def parse return @document if @document @document = super @text, @format @document.file = @location @document end