X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;ds=sidebyside;f=vector%2Fhashvector.h;h=a4f9f7f1676034e86ef4f127b68db4fbbc8cda30;hb=813b52397a92922f2540a41c9076a77ca93e1a48;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 { /**