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/uuid | |
| parent | 998fbdc5c028f57619e58bda69819d131692b800 (diff) | |
Link doc lines to source specifications.
Diffstat (limited to 'core/encoding/uuid')
| -rw-r--r-- | core/encoding/uuid/doc.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/encoding/uuid/doc.odin b/core/encoding/uuid/doc.odin index c2622c56b..a5f01ca7c 100644 --- a/core/encoding/uuid/doc.odin +++ b/core/encoding/uuid/doc.odin @@ -1,5 +1,5 @@ /* -Universally Unique Identifiers (`UUID`) according to `RFC 4122`, with additions from `RFC 9562`. +Universally Unique Identifiers (`UUID`) according to [[ RFC 4122 ; https://tools.ietf.org/html/rfc4122.html ]], with additions from [[ RFC 9562 ; https://tools.ietf.org/html/rfc9562.html ]]. The UUIDs are textually represented and read in the following string format: `00000000-0000-v000-V000-000000000000` |