pub static MX_MATCH_ARG_PARAM_DOCS: DistributedSlice<[MatchArgParamDocEntry]>Expand description
Match-arg @param doc entries for R wrapper post-processing. Host-only.
Each #[miniextendr] function with match_arg params that has no
user-written @param doc emits an entry here. During
write_r_wrappers_to_file, the placeholder in the @param roxygen tag
is replaced with e.g. One of "Fast", "Safe", "Debug".