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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_datacache_plugin.h b/src/include/gnunet_datacache_plugin.h
index cda4e88ce..9fa56f3d5 100644
--- a/src/include/gnunet_datacache_plugin.h
+++ b/src/include/gnunet_datacache_plugin.h
@@ -24,7 +24,7 @@
24 * @file 24 * @file
25 * API for database backends for the datacache 25 * API for database backends for the datacache
26 * 26 *
27 * @defgroup datacache-plugin Datacache plugin API 27 * @defgroup datacache-plugin Data Cache plugin API
28 * API for database backends for the datacache 28 * API for database backends for the datacache
29 * @{ 29 * @{
30 */ 30 */
@@ -186,7 +186,6 @@ struct GNUNET_DATACACHE_PluginFunctions
186 186
187}; 187};
188 188
189/** @} */ /* end of group */
190 189
191#if 0 /* keep Emacsens' auto-indent happy */ 190#if 0 /* keep Emacsens' auto-indent happy */
192{ 191{
@@ -195,5 +194,6 @@ struct GNUNET_DATACACHE_PluginFunctions
195} 194}
196#endif 195#endif
197 196
198/* end of gnunet_datacache_plugin.h */
199#endif 197#endif
198
199/** @} */ /* end of group */