editorial
[rrq/rrqmisc.git] / 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);