aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_plugin.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-01-12 12:43:09 +0000
committerGabor X Toth <*@tg-x.net>2016-01-12 12:43:09 +0000
commit219e64fe613c47eab4c143791128c2b453be3bf8 (patch)
treec4c83ec4eb2ac7ec45ff461effd21f7d3c3d11b6 /src/include/gnunet_namestore_plugin.h
parentb23f7bcde58fdada9170f16af39ab1e84f4c3a68 (diff)
downloadgnunet-219e64fe613c47eab4c143791128c2b453be3bf8.tar.gz
gnunet-219e64fe613c47eab4c143791128c2b453be3bf8.zip
doxygen: group/module definitions (part 2)
Diffstat (limited to 'src/include/gnunet_namestore_plugin.h')
-rw-r--r--src/include/gnunet_namestore_plugin.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/include/gnunet_namestore_plugin.h b/src/include/gnunet_namestore_plugin.h
index 7f2b5cecc..9ebb7badf 100644
--- a/src/include/gnunet_namestore_plugin.h
+++ b/src/include/gnunet_namestore_plugin.h
@@ -19,9 +19,14 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_namestore_plugin.h
23 * @brief plugin API for the namestore database backend
24 * @author Christian Grothoff 22 * @author Christian Grothoff
23 *
24 * @file
25 * Plugin API for the namestore database backend
26 *
27 * @defgroup namestore-plugin Name Store service plugin API
28 * Plugin API for the namestore database backend
29 * @{
25 */ 30 */
26#ifndef GNUNET_NAMESTORE_PLUGIN_H 31#ifndef GNUNET_NAMESTORE_PLUGIN_H
27#define GNUNET_NAMESTORE_PLUGIN_H 32#define GNUNET_NAMESTORE_PLUGIN_H
@@ -143,5 +148,6 @@ struct GNUNET_NAMESTORE_PluginFunctions
143} 148}
144#endif 149#endif
145 150
146/* end of gnunet_namestore_plugin.h */
147#endif 151#endif
152
153/** @} */ /* end of group */