@permitted and @default tagsThis function processes the @permitted and @default tags and moves them
into the @param tag. The default value is taken from the function call if
not specified.
transform_param(block, rdx_permitted_values)The block with the transformed tags
A block of roxygen tags of one function
none
A list of permitted values
The name of the list item can be referenced in the @permitted tag by
specifying the name in square brackets, e.g., @permitted [mode].
none