diff --git a/R/themes.R b/R/themes.R index fb444cd..1df6cbe 100644 --- a/R/themes.R +++ b/R/themes.R @@ -6,7 +6,7 @@ #' LGBTQ themes are carefully curated for each palette. #' #' @template name -#' @param ... \cr +#' @param ... \code{ANY}\cr #' Parameters passed to \code{\link[ggplot2]{theme}()}. #' #' @eval roxygen_available_palettes() diff --git a/man/palette_lgbtq.Rd b/man/palette_lgbtq.Rd index d9e797c..53cc058 100644 --- a/man/palette_lgbtq.Rd +++ b/man/palette_lgbtq.Rd @@ -7,7 +7,7 @@ palette_lgbtq(name) } \arguments{ -\item{name}{[\code{character(1)}]\cr +\item{name}{\code{character(1)}\cr Name of the flag the colors are based on.} } \value{ diff --git a/man/roxygen/templates/name.R b/man/roxygen/templates/name.R index 726fee3..ea2a066 100644 --- a/man/roxygen/templates/name.R +++ b/man/roxygen/templates/name.R @@ -1,2 +1,2 @@ -#' @param name \[\code{character(1)}\]\cr +#' @param name \code{character(1)}\cr #' Name of the flag the colors are based on. diff --git a/man/theme_lgbtq.Rd b/man/theme_lgbtq.Rd index 07b789e..16d5b1f 100644 --- a/man/theme_lgbtq.Rd +++ b/man/theme_lgbtq.Rd @@ -7,10 +7,10 @@ theme_lgbtq(name, ...) } \arguments{ -\item{name}{[\code{character(1)}]\cr +\item{name}{\code{character(1)}\cr Name of the flag the colors are based on.} -\item{...}{\cr +\item{...}{\code{ANY}\cr Parameters passed to \code{\link[ggplot2]{theme}()}.} } \value{