From 4ab709caddac414aa5c499207279fa71d9d62136 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 22 Feb 2012 18:52:24 +0000 Subject: [PATCH] -doxygen fixes --- src/fs/fs_namespace.c | 2 +- src/fs/fs_namespace_advertise.c | 2 +- src/include/gnunet_fs_service.h | 2 +- src/include/gnunet_gns_service.h | 2 -- src/include/gnunet_namestore_service.h | 4 ++-- src/namestore/plugin_namestore_sqlite.c | 2 +- 6 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/fs/fs_namespace.c b/src/fs/fs_namespace.c index e7cf38800..bfd7594ef 100644 --- a/src/fs/fs_namespace.c +++ b/src/fs/fs_namespace.c @@ -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) diff --git a/src/fs/fs_namespace_advertise.c b/src/fs/fs_namespace_advertise.c index 60b4de095..e0226ca35 100644 --- a/src/fs/fs_namespace_advertise.c +++ b/src/fs/fs_namespace_advertise.c @@ -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) diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h index e383adf2d..3eb58921a 100644 --- a/src/include/gnunet_fs_service.h +++ b/src/include/gnunet_fs_service.h @@ -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); diff --git a/src/include/gnunet_gns_service.h b/src/include/gnunet_gns_service.h index a1494a1f6..6291ddff8 100644 --- a/src/include/gnunet_gns_service.h +++ b/src/include/gnunet_gns_service.h @@ -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, diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h index fe406abd9..9bda0f6f0 100644 --- a/src/include/gnunet_namestore_service.h +++ b/src/include/gnunet_namestore_service.h @@ -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 (!) diff --git a/src/namestore/plugin_namestore_sqlite.c b/src/namestore/plugin_namestore_sqlite.c index 3c20b0d7f..6b96977c0 100644 --- a/src/namestore/plugin_namestore_sqlite.c +++ b/src/namestore/plugin_namestore_sqlite.c @@ -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 -- 2.25.1