aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_container_lib.h
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-17 08:43:59 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 13:14:45 +0100
commit5599d5db9973688a098b3c58bc72f31382e5c1d8 (patch)
tree63b1c9f24b1292bad1354f315062c08e8da21b54 /src/include/gnunet_container_lib.h
parent43dc9b3ebcd7803c8184c89ecf45b9fee6ba7d88 (diff)
downloadgnunet-5599d5db9973688a098b3c58bc72f31382e5c1d8.tar.gz
gnunet-5599d5db9973688a098b3c58bc72f31382e5c1d8.zip
-DOC: Continued organisation of modules into nested groups
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