From: Sergey Matveev Date: Fri, 10 Jan 2025 14:20:11 +0000 (+0300) Subject: Add missing anchors X-Git-Tag: v0.0.0~225 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=939c6e8c6997da26c6a0bc0c939a0e34664793f82433395e01e70f1dcfcafe6f;p=keks.git Add missing anchors --- diff --git a/spec/encoding/blob.texi b/spec/encoding/blob.texi index c3ba278..72c5ff4 100644 --- a/spec/encoding/blob.texi +++ b/spec/encoding/blob.texi @@ -1,4 +1,5 @@ @node Blobs +@anchor{BLOB} @cindex BLOB @cindex chunk @section Blobs diff --git a/spec/encoding/cont.texi b/spec/encoding/cont.texi index 5a53d3d..0d3a8e8 100644 --- a/spec/encoding/cont.texi +++ b/spec/encoding/cont.texi @@ -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. diff --git a/spec/encoding/prim.texi b/spec/encoding/prim.texi index 76c3ab0..aca3125 100644 --- a/spec/encoding/prim.texi +++ b/spec/encoding/prim.texi @@ -1,4 +1,5 @@ @node Primitives +@anchor{NIL} @cindex NIL @cindex FALSE @cindex TRUE diff --git a/spec/encoding/str.texi b/spec/encoding/str.texi index 8f6607d..ef84822 100644 --- a/spec/encoding/str.texi +++ b/spec/encoding/str.texi @@ -1,4 +1,5 @@ @node Strings +@anchor{BIN} @cindex BIN @cindex STR @section Strings