aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_block_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_block_plugin.h
parent1e53d26243bc986844a7b5b53bedeefb61dd7960 (diff)
downloadgnunet-b23f7bcde58fdada9170f16af39ab1e84f4c3a68.tar.gz
gnunet-b23f7bcde58fdada9170f16af39ab1e84f4c3a68.zip
doxygen: group/module definitions (part 1)
Diffstat (limited to 'src/include/gnunet_block_plugin.h')
-rw-r--r--src/include/gnunet_block_plugin.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/include/gnunet_block_plugin.h b/src/include/gnunet_block_plugin.h
index 35afa8a7f..362d7c740 100644
--- a/src/include/gnunet_block_plugin.h
+++ b/src/include/gnunet_block_plugin.h
@@ -19,13 +19,19 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_block_plugin.h
23 * @brief API for block plugins. Each block plugin must conform to
24 * the API specified by this header.
25 * @author Christian Grothoff 22 * @author Christian Grothoff
26 * @defgroup block API to be implemented by applications storing data in the DHT 23 *
24 * @file
25 * API for block plugins. Each block plugin must conform to the API specified by this header.
26 *
27 * @defgroup block-plugin Block plugin API
28 * To be implemented by applications storing data in the DHT.
29 *
30 * Each block plugin must conform to the API specified by this header.
31 *
27 * @{ 32 * @{
28 */ 33 */
34
29#ifndef PLUGIN_BLOCK_H 35#ifndef PLUGIN_BLOCK_H
30#define PLUGIN_BLOCK_H 36#define PLUGIN_BLOCK_H
31 37