class RDoc::Comment
def initialize(text = nil, location = nil, language = nil)
def initialize(text = nil, location = nil, language = nil) @location = location @text = text.nil? ? nil : text.dup @language = language @document = nil @format = 'rdoc' @normalized = false end