From 6a69a20d6847a6a359e3b8eb289bf351fed0651a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 9 Mar 2015 08:24:58 +0000 Subject: -doxygen and stylistic fixes --- src/fragmentation/fragmentation.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fragmentation/fragmentation.c') diff --git a/src/fragmentation/fragmentation.c b/src/fragmentation/fragmentation.c index ca5ca2ac9..9f4a91447 100644 --- a/src/fragmentation/fragmentation.c +++ b/src/fragmentation/fragmentation.c @@ -90,7 +90,7 @@ struct GNUNET_FRAGMENT_Context uint64_t acks; /** - * Bitfield with all possible bits for 'acks' (used to mask the + * Bitfield with all possible bits for @e acks (used to mask the * ack we get back). */ uint64_t acks_mask; @@ -121,7 +121,7 @@ struct GNUNET_FRAGMENT_Context unsigned int num_transmissions; /** - * #GNUNET_YES if we called @e proc and are now waiting for #GNUNET_FRAGMENT_transmission_done() + * #GNUNET_YES if we called @e proc and are now waiting for #GNUNET_FRAGMENT_context_transmission_done() */ int8_t proc_busy; -- cgit v1.2.3