# File lib/rdoc/comment.rb, line 40 def initialize text = nil, location = nil @location = location @text = text @document = nil @format = 'rdoc' @normalized = false end