From 1d1b4665da461c93dba11aca34656d6ff8858c2e Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Fri, 8 Jul 2022 23:33:57 +1000 Subject: [PATCH] editorial --- vector/hashvector.h | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.39.2