- doxygen
authorBart Polot <bart@net.in.tum.de>
Wed, 27 Jun 2012 11:23:16 +0000 (11:23 +0000)
committerBart Polot <bart@net.in.tum.de>
Wed, 27 Jun 2012 11:23:16 +0000 (11:23 +0000)
src/mesh/mesh_block_lib.c

index 8e444369f915da891fdc54615fe1a2d42ed07ac1..b9c187e3771441df3fb5a9f29041449e48bfb22c 100644 (file)
@@ -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,