aboutsummaryrefslogtreecommitdiff
path: root/src/include/block_fs.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/block_fs.h
parentb23f7bcde58fdada9170f16af39ab1e84f4c3a68 (diff)
downloadgnunet-219e64fe613c47eab4c143791128c2b453be3bf8.tar.gz
gnunet-219e64fe613c47eab4c143791128c2b453be3bf8.zip
doxygen: group/module definitions (part 2)
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 */