From 019a6c70f5f9ace9775deb8ad22f6454f2274b37 Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Sat, 27 Jun 2015 13:47:03 +0000 Subject: [PATCH] Disambiguate I2NP and I2CP message headers (for ctags) --- i2p2www/pages/site/docs/spec/i2cp.html | 2 +- i2p2www/pages/site/docs/spec/i2np.html | 2 +- i2p2www/pages/site/docs/spec/tunnel-message.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/i2p2www/pages/site/docs/spec/i2cp.html b/i2p2www/pages/site/docs/spec/i2cp.html index d1b5bdc60..095d8c2ea 100644 --- a/i2p2www/pages/site/docs/spec/i2cp.html +++ b/i2p2www/pages/site/docs/spec/i2cp.html @@ -299,7 +299,7 @@ A basic summary of the I2CP protocol versions is as follows. For details, see be -<h3 id="struct_header">I2CP message header</h3> +<h3 id="struct_I2CPMessageHeader">I2CP message header</h3> <h4>Description</h4> <p> Common header to all I2CP messages, containing the message length and message type. diff --git a/i2p2www/pages/site/docs/spec/i2np.html b/i2p2www/pages/site/docs/spec/i2np.html index bb9a435b5..834e7fa31 100644 --- a/i2p2www/pages/site/docs/spec/i2np.html +++ b/i2p2www/pages/site/docs/spec/i2np.html @@ -90,7 +90,7 @@ see the NTCP and SSU transport documentation for details. The following structures are elements of multiple I2NP messages. They are not complete messages. -<h3 id="struct_header">I2NP message header</h3> +<h3 id="struct_I2NPMessageHeader">I2NP message header</h3> <h4>Description</h4> <p> Common header to all I2NP messages, which contains important information like a checksum, expiration date, etc. diff --git a/i2p2www/pages/site/docs/spec/tunnel-message.html b/i2p2www/pages/site/docs/spec/tunnel-message.html index 5622b1d31..da44151c2 100644 --- a/i2p2www/pages/site/docs/spec/tunnel-message.html +++ b/i2p2www/pages/site/docs/spec/tunnel-message.html @@ -236,7 +236,7 @@ Message ID: Optional, present if this message is the first of 2 or more fragments (i.e. if the fragmented bit is 1) An ID that uniquely identifies all fragments as belonging to a single message - (the current implementation uses the <a href="{{ site_url('docs/spec/i2np') }}#struct_header">I2NP Message ID</a>) + (the current implementation uses the <a href="{{ site_url('docs/spec/i2np') }}#struct_I2NPMessageHeader">I2NP Message ID</a>) Extended Options: 2 or more bytes -- GitLab