aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_container_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_container_lib.h')
-rw-r--r--src/include/gnunet_container_lib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index 3ef64fbb7..6f21be75b 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -28,6 +28,8 @@
28 * @defgroup hashmap Container library: MultiHashMap 28 * @defgroup hashmap Container library: MultiHashMap
29 * Hash map with multiple values per key. 29 * Hash map with multiple values per key.
30 * 30 *
31 * @see [Documentation](https://gnunet.org/util_multihashmap)
32 *
31 * @defgroup heap Container library: Heap 33 * @defgroup heap Container library: Heap
32 * Min- or max-heap with arbitrary element removal 34 * Min- or max-heap with arbitrary element removal
33 * 35 *
@@ -36,6 +38,8 @@
36 * 38 *
37 * @defgroup dll Container library: Doubly-linked list 39 * @defgroup dll Container library: Doubly-linked list
38 * 40 *
41 * @see [Documentation](https://gnunet.org/mdll-api)
42 *
39 * @defgroup metadata Container library: Metadata 43 * @defgroup metadata Container library: Metadata
40 * GNU libextractor key-value pairs 44 * GNU libextractor key-value pairs
41 */ 45 */