Upgrade to Roxygen 7
Change-Id: I1e31793ab7eb4c32b44522e993949a46984f7313
diff --git a/man/KorAPConnection-class.Rd b/man/KorAPConnection-class.Rd
index e13e507..08350e0 100644
--- a/man/KorAPConnection-class.Rd
+++ b/man/KorAPConnection-class.Rd
@@ -16,11 +16,17 @@
\alias{show,KorAPConnection-method}
\title{Class KorAPConnection}
\usage{
-\S4method{initialize}{KorAPConnection}(.Object,
- KorAPUrl = "https://korap.ids-mannheim.de/", apiVersion = "v1.0",
- apiUrl, apiToken = getApiToken(KorAPUrl),
- userAgent = "R-KorAP-Client", timeout = 10, verbose = FALSE,
- cache = TRUE)
+\S4method{initialize}{KorAPConnection}(
+ .Object,
+ KorAPUrl = "https://korap.ids-mannheim.de/",
+ apiVersion = "v1.0",
+ apiUrl,
+ apiToken = getApiToken(KorAPUrl),
+ userAgent = "R-KorAP-Client",
+ timeout = 10,
+ verbose = FALSE,
+ cache = TRUE
+)
\S4method{persistApiToken}{KorAPConnection}(kco, apiToken = kco@apiToken)