aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_block_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_block_lib.h')
-rw-r--r--src/include/gnunet_block_lib.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/include/gnunet_block_lib.h b/src/include/gnunet_block_lib.h
index 66c15da05..d42a6dac9 100644
--- a/src/include/gnunet_block_lib.h
+++ b/src/include/gnunet_block_lib.h
@@ -19,9 +19,14 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_block_lib.h
23 * @brief library for data block manipulation
24 * @author Christian Grothoff 22 * @author Christian Grothoff
23 *
24 * @file
25 * Library for data block manipulation
26 *
27 * @defgroup block Block library
28 * Library for data block manipulation
29 * @{
25 */ 30 */
26#ifndef GNUNET_BLOCK_LIB_H 31#ifndef GNUNET_BLOCK_LIB_H
27#define GNUNET_BLOCK_LIB_H 32#define GNUNET_BLOCK_LIB_H
@@ -301,6 +306,8 @@ GNUNET_BLOCK_construct_bloomfilter (int32_t bf_mutator,
301} 306}
302#endif 307#endif
303 308
309/** @} */ /* end of group */
310
304 311
305/* ifndef GNUNET_BLOCK_LIB_H */ 312/* ifndef GNUNET_BLOCK_LIB_H */
306#endif 313#endif