class RDoc::Comment

def initialize text = nil, location = nil

def initialize text = nil, location = nil
  @location = location
  @text     = text
  @document   = nil
  @format     = 'rdoc'
  @normalized = false
end