Skip to content

Commit 353acd1

Browse files
document
1 parent baf7dbf commit 353acd1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

R/roxygen-examples-add-remove.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ remove_roxygen_header <- function(text) {
3737
#' This function compares `text` with `initial_text` to make sure a mask is only
3838
#' added to roxygen comments, not ordinary comments
3939
#' @param text Character vector with code.
40+
#' @param initial_text The roxygen code example to style with mask and
41+
#' potentially ordinary comments.
4042
#' @param example_type Either 'examples' or 'examplesIf'.
4143
#' @keywords internal
4244
#' @importFrom purrr map2_chr

man/add_roxygen_mask.Rd

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)