Skip to content

Commit 1e2d1fa

Browse files
Richard PilberyRichard Pilbery
Richard Pilbery
authored and
Richard Pilbery
committed
Add roxygen comments to add_functions as per #330
1 parent a8a2589 commit 1e2d1fa

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

R/add_r_files.R

+1-9
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,4 @@ append_roxygen_comment <- function(name, path, ext) {
111111
write_there(sprintf("#' @return The return value, if any, from executing the %s.", file_type))
112112
write_there("#'")
113113
write_there("#' @export")
114-
}
115-
116-
117-
118-
# #' @param ... Arguments to pass to the module server function when it's defined outside of `moduleServer()`
119-
# #'
120-
# #' @return The return value, if any, from executing the module server function
121-
# #'
122-
# #' @export
114+
}

0 commit comments

Comments
 (0)