From: Christian Grothoff Date: Fri, 18 Mar 2011 14:23:00 +0000 (+0000) Subject: doxy fixes X-Git-Tag: initial-import-from-subversion-38251~18954 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=14ca04cea1ba18d684a6286ca51e675a2835c8ac;p=oweals%2Fgnunet.git doxy fixes --- diff --git a/src/fs/gnunet-service-fs_new.c b/src/fs/gnunet-service-fs_new.c index f68250a23..fb51ac5ed 100644 --- a/src/fs/gnunet-service-fs_new.c +++ b/src/fs/gnunet-service-fs_new.c @@ -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, diff --git a/src/fs/gnunet-service-fs_pe.h b/src/fs/gnunet-service-fs_pe.h index 2413b970f..eaa3767cd 100644 --- a/src/fs/gnunet-service-fs_pe.h +++ b/src/fs/gnunet-service-fs_pe.h @@ -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, diff --git a/src/fs/gnunet-service-fs_pr.h b/src/fs/gnunet-service-fs_pr.h index 5759bee4a..a25659e22 100644 --- a/src/fs/gnunet-service-fs_pr.h +++ b/src/fs/gnunet-service-fs_pr.h @@ -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); diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h index 6b7016c74..2aa7e020a 100644 --- a/src/include/gnunet_container_lib.h +++ b/src/include/gnunet_container_lib.h @@ -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 */