Skip to content

Commit 1bf87ac

Browse files
committed
Minimalise roxygen comment
1 parent 77286d8 commit 1bf87ac

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

tests/testthat/in/parsable-roxygen-fail2.R

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
1-
#' Some function
2-
#'
3-
#' This function is great! But \code{oh dear, a missing brace...
4-
#'
5-
#' And isn't that a multi-line example? We should probably use @examples...
6-
#'
7-
#' @param x A parameter.
8-
#'
9-
#' @returns Invisible `NULL`.
10-
#'
11-
#' @example
12-
#' some_function(10)
13-
#' some_function(11)
1+
#' Minimal roxygen docs, but there's a problem with our R code!
142
#'
153
#' @export
164
some_function <- function(x) {

0 commit comments

Comments
 (0)