editorials for doxygen
[rrq/rrqmisc.git] / vector / hashvector.h
index a3810f9da2440ab738701306da842d0571793e5f..a4f9f7f1676034e86ef4f127b68db4fbbc8cda30 100644 (file)
@@ -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 {
     /**