From 55ccb1af2e04c487b468e828535c863e7e180709 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 23 Jul 2013 13:05:20 +0000 Subject: [PATCH] - doxygen --- src/mesh/gnunet-service-mesh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index d5b344f02..6fa9d1d17 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -1689,8 +1689,8 @@ peer_unlock_queue (GNUNET_PEER_Id peer_id) /** * Cancel all transmissions towards a neighbor that belong to a certain tunnel. * - * @param t Tunnel which to cancel. * @param neighbor Short ID of the neighbor to whom cancel the transmissions. + * @param t Tunnel which to cancel. */ static void peer_cancel_queues (GNUNET_PEER_Id neighbor, struct MeshTunnel *t) -- 2.25.1