aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datacache_plugin.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_plugin.h
parent1e53d26243bc986844a7b5b53bedeefb61dd7960 (diff)
downloadgnunet-b23f7bcde58fdada9170f16af39ab1e84f4c3a68.tar.gz
gnunet-b23f7bcde58fdada9170f16af39ab1e84f4c3a68.zip
doxygen: group/module definitions (part 1)
Diffstat (limited to 'src/include/gnunet_datacache_plugin.h')
-rw-r--r--src/include/gnunet_datacache_plugin.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/include/gnunet_datacache_plugin.h b/src/include/gnunet_datacache_plugin.h
index 699973b0c..cda4e88ce 100644
--- a/src/include/gnunet_datacache_plugin.h
+++ b/src/include/gnunet_datacache_plugin.h
@@ -19,9 +19,14 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_datacache_plugin.h
23 * @brief API for database backends for the datacache
24 * @author Christian Grothoff 22 * @author Christian Grothoff
23 *
24 * @file
25 * API for database backends for the datacache
26 *
27 * @defgroup datacache-plugin Datacache plugin API
28 * API for database backends for the datacache
29 * @{
25 */ 30 */
26#ifndef PLUGIN_DATACACHE_H 31#ifndef PLUGIN_DATACACHE_H
27#define PLUGIN_DATACACHE_H 32#define PLUGIN_DATACACHE_H
@@ -181,6 +186,7 @@ struct GNUNET_DATACACHE_PluginFunctions
181 186
182}; 187};
183 188
189/** @} */ /* end of group */
184 190
185#if 0 /* keep Emacsens' auto-indent happy */ 191#if 0 /* keep Emacsens' auto-indent happy */
186{ 192{