From e58f3d1bc8729c6557b7cad0c04746ae21822364 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 9 Sep 2011 13:54:33 +0000 Subject: [PATCH] Fixed doxygen warnings --- src/mesh/gnunet-service-mesh.c | 4 +--- src/mesh/mesh_api_new.c | 8 +++----- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index a7e7e95e2..de9d88fe8 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -668,7 +668,7 @@ is_client_subscribed (uint16_t message_type, struct MeshClient *c) /** * Search for a tunnel among the tunnels for a client - * @param client the client whose tunnels to search in + * @param c the client whose tunnels to search in * @param tid the local id of the tunnel * @return tunnel handler, NULL if doesn't exist */ @@ -717,7 +717,6 @@ retrieve_tunnel (struct GNUNET_PeerIdentity *oid, MESH_TunnelNumber tid) /** * Destroy the path and free any allocated resources linked to it - * @param t tunnel the path belongs to * @param p the path to destroy * @return GNUNET_OK on success */ @@ -757,7 +756,6 @@ destroy_peer_info (struct MeshPeerInfo *pi) /** * Destroy the tunnel and free any allocated resources linked to it - * @param c client the tunnel belongs to * @param t the tunnel to destroy * @return GNUNET_OK on success */ diff --git a/src/mesh/mesh_api_new.c b/src/mesh/mesh_api_new.c index f026575da..79f9f8175 100644 --- a/src/mesh/mesh_api_new.c +++ b/src/mesh/mesh_api_new.c @@ -480,7 +480,6 @@ add_peer_to_tunnel (struct GNUNET_MESH_Tunnel *t, /** * Remove a peer from a tunnel - * @param t Tunnel handle * @param p Peer handle */ static void @@ -533,7 +532,7 @@ timeout_transmission (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) * timeout if needed. * * @param h mesh handle with the queue head and tail - * @param q handle to the packet to be transmitted + * @param th handle to the packet to be transmitted */ static void add_to_queue (struct GNUNET_MESH_Handle *h, @@ -814,8 +813,8 @@ process_peer_event (struct GNUNET_MESH_Handle *h, /** * Process the incoming data packets * - * @param h The mesh handle - * @param msh A message encapsulating the data + * @param h The mesh handle + * @param message A message encapsulating the data */ static void process_incoming_data (struct GNUNET_MESH_Handle *h, @@ -1275,7 +1274,6 @@ GNUNET_MESH_tunnel_destroy (struct GNUNET_MESH_Tunnel *tunnel) * connect handler is called. * * @param tunnel handle to existing tunnel - * @param timeout how long to try to establish a connection * @param peer peer to add */ void -- 2.25.1