Skip to content

Commit e60aaa4

Browse files
committed
docs: add missing params
1 parent a337bc2 commit e60aaa4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Config/testthat/parallel: true
4747
Encoding: UTF-8
4848
NeedsCompilation: no
4949
Roxygen: list(markdown = TRUE, r6 = TRUE)
50-
RoxygenNote: 7.2.2
50+
RoxygenNote: 7.2.3
5151
Collate:
5252
'Filter.R'
5353
'mlr_filters.R'

R/Filter.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ Filter = R6Class("Filter",
116116

117117
#' @description
118118
#' Format helper for Filter class
119+
#' @param ... (ignored).
119120
format = function(...) {
120121
sprintf("<%s:%s>", class(self)[1L], self$id) # nocov
121122
},

man/Filter.Rd

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)