diff options
author | Gabor X Toth <*@tg-x.net> | 2016-01-12 12:43:09 +0000 |
---|---|---|
committer | Gabor X Toth <*@tg-x.net> | 2016-01-12 12:43:09 +0000 |
commit | 219e64fe613c47eab4c143791128c2b453be3bf8 (patch) | |
tree | c4c83ec4eb2ac7ec45ff461effd21f7d3c3d11b6 /src/include/gnunet_block_plugin.h | |
parent | b23f7bcde58fdada9170f16af39ab1e84f4c3a68 (diff) |
doxygen: group/module definitions (part 2)
Diffstat (limited to 'src/include/gnunet_block_plugin.h')
-rw-r--r-- | src/include/gnunet_block_plugin.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_block_plugin.h b/src/include/gnunet_block_plugin.h index 362d7c7408..bd30406b05 100644 --- a/src/include/gnunet_block_plugin.h +++ b/src/include/gnunet_block_plugin.h @@ -22,7 +22,7 @@ * @author Christian Grothoff * * @file - * API for block plugins. Each block plugin must conform to the API specified by this header. + * API for block plugins. * * @defgroup block-plugin Block plugin API * To be implemented by applications storing data in the DHT. @@ -123,6 +123,6 @@ struct GNUNET_BLOCK_PluginFunctions }; -/** @} */ /* end of group block */ - #endif + +/** @} */ /* end of group */ |