more dox fixes
authorChristian Grothoff <christian@grothoff.org>
Sun, 6 Mar 2011 15:24:52 +0000 (15:24 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 6 Mar 2011 15:24:52 +0000 (15:24 +0000)
src/fs/gnunet-service-fs_cp.c
src/fs/gnunet-service-fs_push.c
src/include/gnunet_container_lib.h

index e015b954a948a26851562654e45e3875948a118e..80ca8de9c733dde93ddc5f3d10f9e29d07415132 100644 (file)
@@ -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)
index 0c67000d05b5511f6f32b82e61450207a0f53984..c1f5205108bf1dc81b6bcef6a71b4641da67fbe5 100644 (file)
@@ -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)
index 908657d6bdd62bafdcdd9df6fef3c90587506eb7..41ed4bd3fb283f8b96de40a2c5b634b70ce4759e 100644 (file)
@@ -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);