class RDoc::Comment

def initialize text = nil, location = nil

def initialize text = nil, location = nil
  @location = location
  @text     = text.nil? ? nil : text.dup
  @document   = nil
  @format     = 'rdoc'
  @normalized = false
end