Fix fetchAnnotations documentation mismatches

Change-Id: I2dc7bc69ce64492780ee1f67fea03e00bbc034ba
diff --git a/man/fetchAnnotations.Rd b/man/fetchAnnotations.Rd
new file mode 100644
index 0000000..e0d79d7
--- /dev/null
+++ b/man/fetchAnnotations.Rd
@@ -0,0 +1,20 @@
+% Please edit documentation in R/KorAPQuery.R if changing API
+\name{fetchAnnotations}
+\alias{fetchAnnotations}
+\title{Fetch annotations (generic)}
+\description{
+S4 generic for fetching token annotations for collected matches. See specific methods, e.g. \code{\link{fetchAnnotations,KorAPQuery-method}}.
+}
+\usage{
+fetchAnnotations(kqo, foundry = "tt", overwrite = FALSE,
+  verbose = kqo@korapConnection@verbose)
+}
+\arguments{
+\item{kqo}{An object on which an annotation fetching method is defined.}
+\item{foundry}{Annotation foundry identifier.}
+\item{overwrite}{Logical flag controlling whether to overwrite existing annotations.}
+\item{verbose}{Logical flag for progress output.}
+}
+\seealso{
+\code{\link{fetchAnnotations,KorAPQuery-method}}
+}