doxy fixes
authorChristian Grothoff <christian@grothoff.org>
Fri, 18 Mar 2011 14:23:00 +0000 (14:23 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 18 Mar 2011 14:23:00 +0000 (14:23 +0000)
src/fs/gnunet-service-fs_new.c
src/fs/gnunet-service-fs_pe.h
src/fs/gnunet-service-fs_pr.h
src/include/gnunet_container_lib.h

index f68250a23360957b5585ba7a567d02f4b7106b54..fb51ac5ed1da1b3d2700a3b790cb1fcccd9f4536 100644 (file)
@@ -258,7 +258,7 @@ handle_p2p_put (void *cls,
  * @param cls the 'struct GSF_PendingRequest'
  * @param peer identity of the peer
  * @param cp handle to the connected peer record
- * @param perf peer performance data
+ * @param ppd peer performance data
  */
 static void
 consider_request_for_forwarding (void *cls,
index 2413b970f0137f3523d7754f71a5eae5d2d8b115..eaa3767cd032da7a39c2deb78632eade55a1cc0b 100644 (file)
@@ -34,8 +34,6 @@
  *
  * @param cp peer with the entry
  * @param pr request with the entry
- * @param weight determines position of the entry in the cp queue,
- *        lower weights are earlier in the queue
  */
 void
 GSF_plan_add_ (const struct GSF_ConnectedPeer *cp,
index 5759bee4af0dc1a3e234a4631be6f9f028fcf311..a25659e220840a41bd045fa048f56d24f8e96780 100644 (file)
@@ -343,8 +343,6 @@ GSF_local_lookup_ (struct GSF_PendingRequest *pr,
 
 /**
  * Setup the subsystem.
- *
- * @param cfg configuration to use
  */
 void
 GSF_pending_request_init_ (void);
index 6b7016c74290bba80e159fd4e855efc1ce584f60..2aa7e020af693c0be5caff695aab7337bc6072a2 100644 (file)
@@ -1006,7 +1006,6 @@ GNUNET_CONTAINER_heap_remove_root (struct GNUNET_CONTAINER_Heap *heap);
 /**
  * Removes a node from the heap.
  * 
- * @param heap heap to modify
  * @param node node to remove
  * @return element data stored at the node, NULL if heap is empty
  */