aboutsummaryrefslogtreecommitdiff
path: root/src/include/block_fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/block_fs.h')
-rw-r--r--src/include/block_fs.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/block_fs.h b/src/include/block_fs.h
index 15610d333..5688bb3cb 100644
--- a/src/include/block_fs.h
+++ b/src/include/block_fs.h
@@ -19,10 +19,14 @@
19*/ 19*/
20 20
21/** 21/**
22 * @author Christian Grothoff
23 *
22 * @file 24 * @file
23 * FS block formats (shared between FS and Block) 25 * FS block formats (shared between FS and Block)
24 * 26 *
25 * @author Christian Grothoff 27 * @defgroup block-fs FS block formats
28 * Shared between the [FS service](@ref fs) and the [Block library](@ref block).
29 * @{
26 */ 30 */
27#ifndef BLOCK_FS_H 31#ifndef BLOCK_FS_H
28#define BLOCK_FS_H 32#define BLOCK_FS_H
@@ -96,3 +100,5 @@ struct OnDemandBlock
96GNUNET_NETWORK_STRUCT_END 100GNUNET_NETWORK_STRUCT_END
97 101
98#endif 102#endif
103
104/** @} */ /* end of group */