Commit b800805
committed
docs: silence devtools::document() roxygen link warnings
`R/utils.R` had two `@description` blocks for the internal
`.github_pat_setup` / `.github_pat_run_prefix` helpers that
cross-referenced each other via `[.github_pat_X()]` markdown links.
Both helpers are `@noRd` so no `.Rd` is generated, and roxygen
emitted "Could not resolve link to topic" warnings on every
`devtools::document()` run. Switched the references to plain
backticks (`.github_pat_X()`): the prose stays explanatory, no link
is attempted, no warning. Pure docstring cleanup; no `.Rd`, no
NAMESPACE, no behaviour change.1 parent 54b7c7b commit b800805
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments