From 8e8306cad87cae61677ab63ebd79f117ffeb6d9a Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 11 Mar 2025 16:26:06 +0100 Subject: [PATCH] doc: link to the protocol message documentation --- doc/dox/internals/design.dox | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/dox/internals/design.dox b/doc/dox/internals/design.dox index 147336083..9a186954d 100644 --- a/doc/dox/internals/design.dox +++ b/doc/dox/internals/design.dox @@ -44,6 +44,8 @@ The native protocol and object model is similar to serialization/deserialization of messages. This is because the data structures in the messages are more complicated and not easily expressible in XML. See \ref page_module_protocol_native for details. +See also \ref page_native_protocol for the documentation of the protocol +messages. # Extensibility