diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-10 18:29:52 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-10 18:29:52 +0200 |
| commit | 236111864ec8147acf73ce4db1ef3310205cac7a (patch) | |
| tree | efaf5b37d7814c59f2d31c19cfb15485f864adc7 /core/encoding/cbor | |
| parent | 998fbdc5c028f57619e58bda69819d131692b800 (diff) | |
Link doc lines to source specifications.
Diffstat (limited to 'core/encoding/cbor')
| -rw-r--r-- | core/encoding/cbor/doc.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/encoding/cbor/doc.odin b/core/encoding/cbor/doc.odin index 4967a079a..370c5aaa9 100644 --- a/core/encoding/cbor/doc.odin +++ b/core/encoding/cbor/doc.odin @@ -1,5 +1,5 @@ /* -Encodes and decodes types from/into `RCF 8949` compatible `CBOR` binary. +Encodes and decodes types from/into [[ RCF 8949; https://www.rfc-editor.org/rfc/rfc8949.html ]] compatible `CBOR` binary. Also provided are conversion to and from JSON and the CBOR diagnostic format. |