aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-09-17 12:15:29 +0000
committerBart Polot <bart@net.in.tum.de>2012-09-17 12:15:29 +0000
commit7ccdb740a883ba3ae0f55e28aa5c8cd6d9767a70 (patch)
treedc820901dbf87117292d43ea61a8f572e646ed13
parent374a3ad71d63c8576f83c508a52e3588df3a2523 (diff)
- doxygen
-rw-r--r--src/mesh/gnunet-service-mesh.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c
index 1e2e31d6d8..867a16c706 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.
*/