aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_fragmentation_lib.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_fragmentation_lib.h
parent1e53d26243bc986844a7b5b53bedeefb61dd7960 (diff)
downloadgnunet-b23f7bcde58fdada9170f16af39ab1e84f4c3a68.tar.gz
gnunet-b23f7bcde58fdada9170f16af39ab1e84f4c3a68.zip
doxygen: group/module definitions (part 1)
Diffstat (limited to 'src/include/gnunet_fragmentation_lib.h')
-rw-r--r--src/include/gnunet_fragmentation_lib.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/include/gnunet_fragmentation_lib.h b/src/include/gnunet_fragmentation_lib.h
index f39ad26a0..b408de3bf 100644
--- a/src/include/gnunet_fragmentation_lib.h
+++ b/src/include/gnunet_fragmentation_lib.h
@@ -18,11 +18,16 @@
18 Boston, MA 02110-1301, USA. 18 Boston, MA 02110-1301, USA.
19*/ 19*/
20/** 20/**
21 * @file include/gnunet_fragmentation_lib.h
22 * @brief library to help fragment messages
23 * @author Christian Grothoff 21 * @author Christian Grothoff
24 * 22 *
25 * TODO: consider additional flow-control for sending from 23 * @file
24 * Library to help fragment messages
25 *
26 * @defgroup fragmentation Fragmentation library
27 * Library to help fragment messages
28 * @{
29 *
30 * @todo Consider additional flow-control for sending from
26 * fragmentation based on continuations. 31 * fragmentation based on continuations.
27 */ 32 */
28 33
@@ -213,6 +218,8 @@ GNUNET_DEFRAGMENT_process_fragment (struct GNUNET_DEFRAGMENT_Context *dc,
213 const struct GNUNET_MessageHeader *msg); 218 const struct GNUNET_MessageHeader *msg);
214 219
215 220
221/** @} */ /* end of group */
222
216#if 0 /* keep Emacsens' auto-indent happy */ 223#if 0 /* keep Emacsens' auto-indent happy */
217{ 224{
218#endif 225#endif