aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namecache_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_namecache_plugin.h')
-rw-r--r--src/include/gnunet_namecache_plugin.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/include/gnunet_namecache_plugin.h b/src/include/gnunet_namecache_plugin.h
index ec3e22bd2..31a235b66 100644
--- a/src/include/gnunet_namecache_plugin.h
+++ b/src/include/gnunet_namecache_plugin.h
@@ -19,9 +19,14 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_namecache_plugin.h
23 * @brief plugin API for the namecache database backend
24 * @author Christian Grothoff 22 * @author Christian Grothoff
23 *
24 * @file
25 * Plugin API for the namecache database backend
26 *
27 * @defgroup namecache-plugin Name Cache service plugin API
28 * Plugin API for the namecache database backend.
29 * @{
25 */ 30 */
26#ifndef GNUNET_NAMECACHE_PLUGIN_H 31#ifndef GNUNET_NAMECACHE_PLUGIN_H
27#define GNUNET_NAMECACHE_PLUGIN_H 32#define GNUNET_NAMECACHE_PLUGIN_H
@@ -97,5 +102,6 @@ struct GNUNET_NAMECACHE_PluginFunctions
97} 102}
98#endif 103#endif
99 104
100/* end of gnunet_namecache_plugin.h */
101#endif 105#endif
106
107/** @} */ /* end of group */