class RDoc::Alias

def aref

def aref
  type = singleton ? 'c' : 'i'
  "#alias-#{type}-#{html_name}"
end