Skip to content

Commit

Permalink
docs: remove roxygen inline call
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Dec 11, 2024
1 parent b2919f6 commit 5c90ece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions R/tm_g_pp_adverse_events.R
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,10 @@ template_adverse_events <- function(dataname = "ANL",
#' available choices and preselected option for the `ASTDY` variable from `dataname`.
#' @param decod ([teal.transform::choices_selected()])\cr object with all
#' available choices and preselected option for the `AEDECOD` variable from `dataname`.
#' @param decorators `r roxygen_decorators_param("tm_g_pp_adverse_events")`
#'
#' @inherit module_arguments return
#'
#' @section Decorating `tm_g_pp_adverse_events`:
#' @section Decorating Modules:
#'
#' This module generates the following objects, which can be modified in place using decorators::
#' - `plot` (`ggplot2`)
Expand Down
3 changes: 1 addition & 2 deletions R/tm_t_exposure.R
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,10 @@ template_exposure <- function(parentname,
#' parameter category values.
#' @param paramcd_label (`character`)\cr the column from the dataset where the value will be used to
#' label the argument `paramcd`.
#' @param decorators `r roxygen_decorators_param("tm_t_exposure")`
#'
#' @inherit module_arguments return seealso
#'
#' @section Decorating `tm_t_exposure`:
#' @section Decorating Modules:
#'
#' This module generates the following objects, which can be modified in place using decorators:
#' - `table` (`TableTree` as created from `rtables::build_table`)
Expand Down

0 comments on commit 5c90ece

Please sign in to comment.