From 1e9b958a78f4c3f4b971dff95b4c840fff63858c Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 27 Jun 2012 11:23:16 +0000 Subject: [PATCH] - doxygen --- src/mesh/mesh_block_lib.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mesh/mesh_block_lib.c b/src/mesh/mesh_block_lib.c index 8e444369f..b9c187e37 100644 --- a/src/mesh/mesh_block_lib.c +++ b/src/mesh/mesh_block_lib.c @@ -35,12 +35,14 @@ extern "C" #include "mesh_block_lib.h" /** - * Iterator over edges in a block. + * Noop iterator over all edges in a block. * - * @param cls Closure. + * @param cls Closure, not used. * @param token Token that follows to next state. * @param len Lenght of token. * @param key Hash of next state. + * + * @return GNUNET_YES, to keep iterating */ static int check_edge (void *cls, -- 2.25.1