From 7ccdb740a883ba3ae0f55e28aa5c8cd6d9767a70 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 17 Sep 2012 12:15:29 +0000 Subject: [PATCH] - doxygen --- src/mesh/gnunet-service-mesh.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index 1e2e31d6d..867a16c70 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -1319,10 +1319,9 @@ regex_edge_iterator (void *cls, /** * Jump to the next edge, with the longest matching token. * - * @param cls Closure (context of the search). - * @param token Token that follows to next state. - * @param len Lenght of token. - * @param key Hash of next state. + * @param block Block found in the DHT. + * @param size Size of the block. + * @param ctx Context of the search. * * @return GNUNET_YES if should keep iterating, GNUNET_NO otherwise. */ -- 2.25.1