Fixed doxygen warnings
authorBart Polot <bart@net.in.tum.de>
Fri, 9 Sep 2011 13:54:33 +0000 (13:54 +0000)
committerBart Polot <bart@net.in.tum.de>
Fri, 9 Sep 2011 13:54:33 +0000 (13:54 +0000)
src/mesh/gnunet-service-mesh.c
src/mesh/mesh_api_new.c

index a7e7e95e274a30a2910c82c5664fd639510875c7..de9d88fe833d5330f035aca7307531f48787d226 100644 (file)
@@ -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
  */
index f026575da642d253c93e0d06a95bdc98de006dd6..79f9f8175a4f5bd957e00f71bbf994c3729fa99c 100644 (file)
@@ -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