Skip to content

Commit 447ea81

Browse files
document
1 parent 9153869 commit 447ea81

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

R/style-roxygen-examples.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' Finds the sequence from start to stop of the lines in `text` that are
44
#' code examples in roxygen comments.
5-
#' @param text
5+
#' @param text A text consisting of code and/ or roxygen comments.
66
#' @importFrom purrr map_int
77
#' @importFrom rlang seq2
88
identify_start_to_stop_of_roxygen_examples_from_text <- function(text) {

man/identify_start_to_stop_of_roxygen_examples_from_text.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)