From: Ralph Ronnquist <ralph.ronnquist@gmail.com>
Date: Fri, 8 Jul 2022 13:33:57 +0000 (+1000)
Subject: editorial
X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=1d1b4665da461c93dba11aca34656d6ff8858c2e;p=rrq%2Frrqmisc.git

editorial
---

diff --git a/vector/hashvector.h b/vector/hashvector.h
index ec7eb8f..2754fb1 100644
--- a/vector/hashvector.h
+++ b/vector/hashvector.h
@@ -172,6 +172,8 @@ extern unsigned long hashvector_hashcode(unsigned char *key,unsigned long n);
  * \note The \ref hashvector record is allocated with malloc and the
  * caller is responsible for free-ing the memory block when it's no
  * longer needed.
+ *
+ * \related hashvector
  */
 extern hashvector *hashvector_create(
     enum vector_variant variant,itemkeyfun *type);