Flag a documented function whose Roxygen block does not declare its
visibility. Every function with a #' block must carry @export,
@noRd, or @keywords internal, so internal helpers do not leak
into NAMESPACE or the pkgdown reference. Undocumented functions
(including inline/anonymous ones) are ignored.
Author
Bartosz Czech bartosz.czech@contractors.roche.com
Examples
linters_config <- lintr::linters_with_defaults(
internal_docs_linter = internal_docs_linter()
)