Skip to content

Commit 99a6381

Browse files
committed
Fix docs, working around roxygen/r6 issue
1 parent d8083cc commit 99a6381

File tree

2 files changed

+71
-0
lines changed

2 files changed

+71
-0
lines changed

R/schema.R

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
##' away any time soon, users are encouraged to switch to this
1111
##' interface, which is what we will develop in the future.
1212
##'
13+
##' @example man-roxygen/example-json_serialise.R
14+
NULL
15+
16+
## Workaround for https://github.com/r-lib/roxygen2/issues/1158
17+
18+
##' @rdname json_schema
1319
##' @export
1420
json_schema <- R6::R6Class(
1521
"json_schema",

man/json_schema.Rd

Lines changed: 65 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)