]> Cypherpunks repositories - keks.git/commitdiff
Add missing anchors
authorSergey Matveev <stargrave@stargrave.org>
Fri, 10 Jan 2025 14:20:11 +0000 (17:20 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 10 Jan 2025 14:20:29 +0000 (17:20 +0300)
spec/encoding/blob.texi
spec/encoding/cont.texi
spec/encoding/prim.texi
spec/encoding/str.texi

index c3ba278d230a64d5cdf4f7b1f97ab9716ab4d4fc430e76519e65d2f083cc3128..72c5ff47015c8414b80b280eff7ffd59f81cb58ed2ecd0bd19f888264cc336c3 100644 (file)
@@ -1,4 +1,5 @@
 @node Blobs
+@anchor{BLOB}
 @cindex BLOB
 @cindex chunk
 @section Blobs
index 5a53d3de92ab96fe424b004bdbfa8c94f93ac135ea715507653440fc40979560..0d3a8e8006a5a14a5dd7ae8ffa99f2e3cb59a1fff83314f93692360ceb8f5af6 100644 (file)
@@ -5,6 +5,7 @@
 Containers do not have any explicit length, but are terminated by EOC
 (end of contents) tag.
 
+@anchor{LIST}
 @cindex LIST
 @cindex EOC
 LIST contains a concatenation of items of arbitrary type.
@@ -13,6 +14,7 @@ LIST contains a concatenation of items of arbitrary type.
 LIST [ITEM0 || ITEM1 || ...] EOC
 @end verbatim
 
+@anchor{MAP}
 @cindex MAP
 MAP contains concatenation of @ref{Strings, STR(key)}-value pairs. Keys
 @strong{must} be non-empty, unique and length-first bytewise ascending ordered.
index 76c3ab0c53d66527740329cf05634d0ec4ea3208e45d2d88dfc48ef3509ef7fd..aca3125da3a69e92ab07aa18e99edad31f8cc4817a1467e186647077513153b7 100644 (file)
@@ -1,4 +1,5 @@
 @node Primitives
+@anchor{NIL}
 @cindex NIL
 @cindex FALSE
 @cindex TRUE
index 8f6607d1d2b20074beaab23720d28c417d43cce7908f96ecb9396f4894966dea..ef848220c2d7673563a130c21e5ec320e590f85cf3c624f2e08a667d0bb0e7cf 100644 (file)
@@ -1,4 +1,5 @@
 @node Strings
+@anchor{BIN}
 @cindex BIN
 @cindex STR
 @section Strings