fn inject_rdname(content: &str, rdname: &str) -> StringExpand description
Inject #' @rdname <value> (and @title if missing) into an R wrapper
fragment. Inserts before the first @export/@keywords/@source line,
or after the last roxygen line.