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.h18
1 files changed, 12 insertions, 6 deletions
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index 097ee040d..b31a95fac 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -28,24 +28,30 @@
28 * 28 *
29 * @file 29 * @file
30 * Container classes for GNUnet 30 * Container classes for GNUnet
31 * 31 *
32 * @defgroup hashmap Container library: MultiHashMap 32 * @addtogroup container
33 * Common data structures in GNUnet programs
34 * @{
35 *
36 * @defgroup hashmap MultiHashMap
33 * Hash map with multiple values per key. 37 * Hash map with multiple values per key.
34 * 38 *
35 * @see [Documentation](https://gnunet.org/util_multihashmap) 39 * @see [Documentation](https://gnunet.org/util_multihashmap)
36 * 40 *
37 * @defgroup heap Container library: Heap 41 * @defgroup heap Heap
38 * Min- or max-heap with arbitrary element removal 42 * Min- or max-heap with arbitrary element removal
39 * 43 *
40 * @defgroup bloomfilter Container library: Bloom filter 44 * @defgroup bloomfilter Bloom filter
41 * Probabilistic set tests 45 * Probabilistic set tests
42 * 46 *
43 * @defgroup dll Container library: Doubly-linked list 47 * @defgroup dll Doubly-linked list
44 * 48 *
45 * @see [Documentation](https://gnunet.org/mdll-api) 49 * @see [Documentation](https://gnunet.org/mdll-api)
46 * 50 *
47 * @defgroup metadata Container library: Metadata 51 * @defgroup metadata Metadata
48 * GNU libextractor key-value pairs 52 * GNU libextractor key-value pairs
53 *
54 * @}
49 */ 55 */
50 56
51#ifndef GNUNET_CONTAINER_LIB_H 57#ifndef GNUNET_CONTAINER_LIB_H