Skip to content

Commit 732eb1c

Browse files
committed
Fix to_bjdata() parameter docs
Signed-off-by: Nebojsa Cvetkovic <[email protected]>
1 parent e07f0b3 commit 732eb1c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/mkdocs/docs/api/basic_json/to_bjdata.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ The exact mapping and its limitations is described on a [dedicated page](../../f
3737
3838
`use_type` (in)
3939
: whether to add type annotations to container types (must be combined with `#!cpp use_size = true`); optional,
40+
`#!cpp false` by default.
4041
4142
`version` (in)
42-
: which version of BJData to use (see [draft 3](../../features/binary_formats/bjdata.md#draft-3-binary-format)); optional,
43-
`#!cpp false` by default.
43+
: which version of BJData to use (see [draft 3](../../features/binary_formats/bjdata.md#draft-3-binary-format));
44+
optional, `#!cpp bjdata_version_t::draft2` by default.
4445
4546
## Return value
4647

0 commit comments

Comments
 (0)