Skip to content

Commit

Permalink
Add <list> and <flag> to align with the other bullets (r-lib#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Jul 18, 2022
1 parent a777df3 commit 8e5c333
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions R/options.R
Expand Up @@ -28,11 +28,11 @@
#' * `rd_family_title` `<list>`: overrides for `@family` titles. See the
#' _rd_ vignette for details: `vignette("rd", package = "roxygen2")`
#'
#' * `knitr_chunk_options`: default chunk options used for knitr.
#' * `knitr_chunk_options` `<list>`: default chunk options used for knitr.
#'
#' * `restrict_image_formats`: if `TRUE` then PDF images are only included in the
#' PDF manual, and SVG images are only included in the HTML manual.
#' (This only applies to images supplied via markdown.)
#' * `restrict_image_formats` `<flag>`: if `TRUE` then PDF images are only
#' included in the PDF manual, and SVG images are only included in the HTML
#' manual. (This only applies to images supplied via markdown.)
#'
#' @section How to set:
#' Either set in `DESCRIPTION`:
Expand Down
8 changes: 4 additions & 4 deletions man/load_options.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8e5c333

Please sign in to comment.