editorial
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Fri, 8 Jul 2022 13:33:57 +0000 (23:33 +1000)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Fri, 8 Jul 2022 13:33:57 +0000 (23:33 +1000)
vector/hashvector.h

index ec7eb8f594a4c9b74cb1c9cfe136df6e51a4c159..2754fb1fc737ed674821e11cd98b43193770434c 100644 (file)
@@ -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);