diff --git a/R/doQuery.R b/R/doQuery.R
index c4c12eaf8b9a37f7ba2f7121e4a0693c150d5ba9..fa52508b074795cb4a8ecc16fcfde41410c7539c 100644
--- a/R/doQuery.R
+++ b/R/doQuery.R
@@ -1,7 +1,7 @@
-#' Internal function for doing the queries
+#' Internal function for doing the queries for the bnpe package
 #'
 #' @param url_path the end of the URL path
-#' @param params A list containing the parameters sent in the query. [character] Name of the geographical identifier ("insee_com", "code_dep"...)
+#' @param params A list containing the parameters sent in the query
 #' @inheritParams getCookie
 #' @param cookie a named [character] [vector] with the values of the cookies (See [getCookie])
 #'
diff --git a/man-roxygen/param_cfg_cookie.R b/man-roxygen/param_cfg_cookie.R
deleted file mode 100644
index b1d72021220b67f1e53019d55720850dff149ff1..0000000000000000000000000000000000000000
--- a/man-roxygen/param_cfg_cookie.R
+++ /dev/null
@@ -1,2 +0,0 @@
-#' @param cookie a named [character] [vector] with the values of the cookies (See [getCookie])
-#' @inheritParams getCookie
diff --git a/man/doQuery.Rd b/man/doQuery.Rd
index d8056d9bb64d02d527bf7a5db4f6ca3f80233b74..0ad7f030db6b86156d14cd8c6f34b32124b3e3f2 100644
--- a/man/doQuery.Rd
+++ b/man/doQuery.Rd
@@ -2,7 +2,7 @@
 % Please edit documentation in R/doQuery.R
 \name{doQuery}
 \alias{doQuery}
-\title{Internal function for doing the queries}
+\title{Internal function for doing the queries for the bnpe package}
 \usage{
 doQuery(
   url_path,
@@ -15,7 +15,7 @@ doQuery(
 \arguments{
 \item{url_path}{the end of the URL path}
 
-\item{params}{A list containing the parameters sent in the query. \link{character} Name of the geographical identifier ("insee_com", "code_dep"...)}
+\item{params}{A list containing the parameters sent in the query}
 
 \item{cfg}{a \link{config} object Configuration of the communication. Use by default the internal package
 configuration stored at location \code{system.file("config.yml", package = "bnpe")}}
@@ -26,5 +26,5 @@ configuration stored at location \code{system.file("config.yml", package = "bnpe
 a \link[httr:response]{httr::response} object from a \link[httr:GET]{httr::GET}
 }
 \description{
-Internal function for doing the queries
+Internal function for doing the queries for the bnpe package
 }