aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_container_lib.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-01-15 22:12:27 +0000
committerGabor X Toth <*@tg-x.net>2016-01-15 22:12:27 +0000
commit61e8794662ce2fc6ca669906822840a3743b4b78 (patch)
tree1d774b5430a744416ab46b0d50245770da791bfe /src/include/gnunet_container_lib.h
parent50eaf8d7de763d25b7dae7ffdee8d7c6b5fe71ea (diff)
downloadgnunet-61e8794662ce2fc6ca669906822840a3743b4b78.tar.gz
gnunet-61e8794662ce2fc6ca669906822840a3743b4b78.zip
doxygen: add documentation links
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 */