aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/cbor
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-10 18:29:52 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-10 18:29:52 +0200
commit236111864ec8147acf73ce4db1ef3310205cac7a (patch)
treeefaf5b37d7814c59f2d31c19cfb15485f864adc7 /core/encoding/cbor
parent998fbdc5c028f57619e58bda69819d131692b800 (diff)
Link doc lines to source specifications.
Diffstat (limited to 'core/encoding/cbor')
-rw-r--r--core/encoding/cbor/doc.odin2
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.