class RDoc::TopLevel

def path

def path
  prefix = options.file_path_prefix
  return http_url unless prefix
  File.join(prefix, http_url)
end