From be9eb15cebf1050232859829167d967fb37966b0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 6 Mar 2011 15:24:52 +0000 Subject: [PATCH] more dox fixes --- src/fs/gnunet-service-fs_cp.c | 2 +- src/fs/gnunet-service-fs_push.c | 2 +- src/include/gnunet_container_lib.h | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/fs/gnunet-service-fs_cp.c b/src/fs/gnunet-service-fs_cp.c index e015b954a..80ca8de9c 100644 --- a/src/fs/gnunet-service-fs_cp.c +++ b/src/fs/gnunet-service-fs_cp.c @@ -1610,7 +1610,7 @@ GSF_connected_peer_done_ () /** * Iterator to remove references to LC entry. * - * @param the 'struct GSF_LocalClient*' to look for + * @param cls the 'struct GSF_LocalClient*' to look for * @param key current key code * @param value value in the hash map (peer entry) * @return GNUNET_YES (we should continue to iterate) diff --git a/src/fs/gnunet-service-fs_push.c b/src/fs/gnunet-service-fs_push.c index 0c67000d0..c1f520510 100644 --- a/src/fs/gnunet-service-fs_push.c +++ b/src/fs/gnunet-service-fs_push.c @@ -348,7 +348,7 @@ consider_gathering (void); /** * Find content for migration to this peer. * - * @param mig peer to find content for + * @param mrp peer to find content for */ static void find_content (struct MigrationReadyPeer *mrp) diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h index 908657d6b..41ed4bd3f 100644 --- a/src/include/gnunet_container_lib.h +++ b/src/include/gnunet_container_lib.h @@ -154,10 +154,10 @@ void GNUNET_CONTAINER_bloomfilter_remove (struct GNUNET_CONTAINER_BloomFilter /** - * Free the space associcated with a filter - * in memory, flush to drive if needed (do not - * free the space on the drive) + * Create a copy of a bloomfilter. + * * @param bf the filter + * @return copy of bf */ struct GNUNET_CONTAINER_BloomFilter * GNUNET_CONTAINER_bloomfilter_copy (const struct GNUNET_CONTAINER_BloomFilter *bf); -- 2.25.1