Skip to content

Commit

Permalink
Improve documentation for default values.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-r committed Jul 20, 2020
1 parent 93a9e3a commit 8c9da37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions man-roxygen/param_default.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
#' Default value. Can be from the domain of the parameter or an element of
#' `special_vals`. Has value [NO_DEF] if no default exists. `NULL` can be a
#' valid default.
#' The value has no effect on `ParamSet$values` or the behavior of
#' `ParamSet$check()`, `$test()` or `$assert()`.
#' The `default` is intended to be used for documentation purposes.
#' `

0 comments on commit 8c9da37

Please sign in to comment.