From 939c6e8c6997da26c6a0bc0c939a0e34664793f82433395e01e70f1dcfcafe6f Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 10 Jan 2025 17:20:11 +0300 Subject: [PATCH] Add missing anchors --- spec/encoding/blob.texi | 1 + spec/encoding/cont.texi | 2 ++ spec/encoding/prim.texi | 1 + spec/encoding/str.texi | 1 + 4 files changed, 5 insertions(+) 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 -- 2.50.0