aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datacache_plugin.h
diff options
context:
space:
mode:
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{