-doxygen fixes
authorChristian Grothoff <christian@grothoff.org>
Wed, 22 Feb 2012 18:52:24 +0000 (18:52 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 22 Feb 2012 18:52:24 +0000 (18:52 +0000)
src/fs/fs_namespace.c
src/fs/fs_namespace_advertise.c
src/include/gnunet_fs_service.h
src/include/gnunet_gns_service.h
src/include/gnunet_namestore_service.h
src/namestore/plugin_namestore_sqlite.c

index e7cf38800f935ffea98230d5311804056609bae6..bfd7594ef7a69c0aa5abde45e8724356de9d8b92 100644 (file)
@@ -654,7 +654,7 @@ GNUNET_FS_publish_sks (struct GNUNET_FS_Handle *h,
 /**
  * Abort the SKS publishing operation.
  *
- * @param sc context of the operation to abort.
+ * @param psc context of the operation to abort.
  */
 void
 GNUNET_FS_publish_sks_cancel (struct GNUNET_FS_PublishSksContext *psc)
index 60b4de095803ea00f140f17b1e8093e410c5348a..e0226ca35ffe22f5af59f7f97a8128d5bce1efff 100644 (file)
@@ -297,7 +297,7 @@ GNUNET_FS_namespace_advertise (struct GNUNET_FS_Handle *h,
 /**
  * Abort the namespace advertisement operation.
  *
- * @param pkc context of the operation to abort.
+ * @param ac context of the operation to abort.
  */
 void
 GNUNET_FS_namespace_advertise_cancel (struct GNUNET_FS_AdvertisementContext *ac)
index e383adf2d21914df89cca94ff89ba946922c7e97..3eb58921a71fef5d87fabedd994a3071e7031df2 100644 (file)
@@ -2195,7 +2195,7 @@ GNUNET_FS_namespace_advertise (struct GNUNET_FS_Handle *h,
 /**
  * Abort the namespace advertisement operation.
  *
- * @param pkc context of the operation to abort.
+ * @param ac context of the operation to abort.
  */
 void
 GNUNET_FS_namespace_advertise_cancel (struct GNUNET_FS_AdvertisementContext *ac);
index a1494a1f6d2e20ca7312d88cc2af21d2307416ae..6291ddff853708fe5ebbdc8b0ed93b99fb649e67 100644 (file)
@@ -107,11 +107,9 @@ GNUNET_GNS_disconnect (struct GNUNET_GNS_Handle *handle);
  * Iterator called on each result obtained for a GNS
  * lookup
  *
- *
  * @param cls closure
  * @param name "name" of the original lookup
  * @param record the records in reply
- * // FIXME: shouldn't this then be an array of pointers? - not sure as of yet
  * @param num_records the number of records in reply
  */
 typedef void (*GNUNET_GNS_LookupIterator) (void *cls,
index fe406abd97eceb5e613e75ade476eabd09e6e3b0..9bda0f6f0f489a75f23e10a6aae44d19c65ac7bd 100644 (file)
@@ -69,8 +69,8 @@ GNUNET_NAMESTORE_connect (const struct GNUNET_CONFIGURATION_Handle *cfg);
 
 
 /**
- * Disconnect from the namestore service (and free
- * associated resources).
+ * Disconnect from the namestore service (and free associated
+ * resources).
  *
  * @param h handle to the namestore
  * @param drop set to GNUNET_YES to delete all data in namestore (!)
index 3c20b0d7f5c003329951bfb98a7904b11cdcef8c..6b96977c04aedbc0aa04bbbac4f523af1f3752c2 100644 (file)
@@ -890,7 +890,7 @@ struct DeleteContext
  * the signature.
  * 
  * @param cls a 'struct DeleteContext' with a revision to compare against
- * @param zone public key of the zone
+ * @param zone_key public key of the zone
  * @param loc location of the root in the B-tree (depth, revision)
  * @param top_sig signature signing the zone
  * @param zone_time time the signature was created