X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=vector%2Fhashvector.h;h=a4f9f7f1676034e86ef4f127b68db4fbbc8cda30;hb=c94b62d99f7e3a9ef61ab5cf0f4d7a874e8d2dd4;hp=a3810f9da2440ab738701306da842d0571793e5f;hpb=d9858ce46cb09b9127c7246f628e65982aa43a15;p=rrq%2Frrqmisc.git diff --git a/vector/hashvector.h b/vector/hashvector.h index a3810f9..a4f9f7f 100644 --- a/vector/hashvector.h +++ b/vector/hashvector.h @@ -32,6 +32,7 @@ * hashvector combines a vector (for contents) with fill and hole * counters, and itemkeyfun callback functions for abstracting items * as being pairs of key and payload. + * \extends vector */ typedef struct { /**