aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datacache_lib.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-01-11 21:23:17 +0000
committerGabor X Toth <*@tg-x.net>2016-01-11 21:23:17 +0000
commitb23f7bcde58fdada9170f16af39ab1e84f4c3a68 (patch)
tree7b41d9839d854eef7ebd6b93fa161c55221a6577 /src/include/gnunet_datacache_lib.h
parent1e53d26243bc986844a7b5b53bedeefb61dd7960 (diff)
downloadgnunet-b23f7bcde58fdada9170f16af39ab1e84f4c3a68.tar.gz
gnunet-b23f7bcde58fdada9170f16af39ab1e84f4c3a68.zip
doxygen: group/module definitions (part 1)
Diffstat (limited to 'src/include/gnunet_datacache_lib.h')
-rw-r--r--src/include/gnunet_datacache_lib.h19
1 files changed, 13 insertions, 6 deletions
diff --git a/src/include/gnunet_datacache_lib.h b/src/include/gnunet_datacache_lib.h
index 6334935cc..28efa9627 100644
--- a/src/include/gnunet_datacache_lib.h
+++ b/src/include/gnunet_datacache_lib.h
@@ -19,13 +19,19 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_datacache_lib.h
23 * @brief datacache is a simple, transient hash table
24 * of bounded size with content expiration.
25 * In contrast to the sqstore there is
26 * no prioritization, deletion or iteration.
27 * All of the data is discarded when the peer shuts down!
28 * @author Christian Grothoff 22 * @author Christian Grothoff
23 *
24 * @file
25 * datacache API
26 *
27 * @defgroup datacache Datacache library
28 * Simple, transient hash table of bounded size with content expiration.
29 *
30 * In contrast to the sqstore there is
31 * no prioritization, deletion or iteration.
32 * All of the data is discarded when the peer shuts down!
33 *
34 * @{
29 */ 35 */
30 36
31#ifndef GNUNET_DATACACHE_LIB_H 37#ifndef GNUNET_DATACACHE_LIB_H
@@ -171,6 +177,7 @@ GNUNET_DATACACHE_get_closest (struct GNUNET_DATACACHE_Handle *h,
171 GNUNET_DATACACHE_Iterator iter, 177 GNUNET_DATACACHE_Iterator iter,
172 void *iter_cls); 178 void *iter_cls);
173 179
180/** @} */ /* end of group */
174 181
175#if 0 /* keep Emacsens' auto-indent happy */ 182#if 0 /* keep Emacsens' auto-indent happy */
176{ 183{