aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-22 18:52:24 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-22 18:52:24 +0000
commit4ab709caddac414aa5c499207279fa71d9d62136 (patch)
tree880dc9fada218c3c97648aad98bd8ebc16e51aa6
parente483ac2a2c8eab6d5cc915c2f54ab2c27c469821 (diff)
downloadgnunet-4ab709caddac414aa5c499207279fa71d9d62136.tar.gz
gnunet-4ab709caddac414aa5c499207279fa71d9d62136.zip
-doxygen fixes
-rw-r--r--src/fs/fs_namespace.c2
-rw-r--r--src/fs/fs_namespace_advertise.c2
-rw-r--r--src/include/gnunet_fs_service.h2
-rw-r--r--src/include/gnunet_gns_service.h2
-rw-r--r--src/include/gnunet_namestore_service.h4
-rw-r--r--src/namestore/plugin_namestore_sqlite.c2
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,
654/** 654/**
655 * Abort the SKS publishing operation. 655 * Abort the SKS publishing operation.
656 * 656 *
657 * @param sc context of the operation to abort. 657 * @param psc context of the operation to abort.
658 */ 658 */
659void 659void
660GNUNET_FS_publish_sks_cancel (struct GNUNET_FS_PublishSksContext *psc) 660GNUNET_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,
297/** 297/**
298 * Abort the namespace advertisement operation. 298 * Abort the namespace advertisement operation.
299 * 299 *
300 * @param pkc context of the operation to abort. 300 * @param ac context of the operation to abort.
301 */ 301 */
302void 302void
303GNUNET_FS_namespace_advertise_cancel (struct GNUNET_FS_AdvertisementContext *ac) 303GNUNET_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,
2195/** 2195/**
2196 * Abort the namespace advertisement operation. 2196 * Abort the namespace advertisement operation.
2197 * 2197 *
2198 * @param pkc context of the operation to abort. 2198 * @param ac context of the operation to abort.
2199 */ 2199 */
2200void 2200void
2201GNUNET_FS_namespace_advertise_cancel (struct GNUNET_FS_AdvertisementContext *ac); 2201GNUNET_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);
107 * Iterator called on each result obtained for a GNS 107 * Iterator called on each result obtained for a GNS
108 * lookup 108 * lookup
109 * 109 *
110 *
111 * @param cls closure 110 * @param cls closure
112 * @param name "name" of the original lookup 111 * @param name "name" of the original lookup
113 * @param record the records in reply 112 * @param record the records in reply
114 * // FIXME: shouldn't this then be an array of pointers? - not sure as of yet
115 * @param num_records the number of records in reply 113 * @param num_records the number of records in reply
116 */ 114 */
117typedef void (*GNUNET_GNS_LookupIterator) (void *cls, 115typedef 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);
69 69
70 70
71/** 71/**
72 * Disconnect from the namestore service (and free 72 * Disconnect from the namestore service (and free associated
73 * associated resources). 73 * resources).
74 * 74 *
75 * @param h handle to the namestore 75 * @param h handle to the namestore
76 * @param drop set to GNUNET_YES to delete all data in namestore (!) 76 * @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
890 * the signature. 890 * the signature.
891 * 891 *
892 * @param cls a 'struct DeleteContext' with a revision to compare against 892 * @param cls a 'struct DeleteContext' with a revision to compare against
893 * @param zone public key of the zone 893 * @param zone_key public key of the zone
894 * @param loc location of the root in the B-tree (depth, revision) 894 * @param loc location of the root in the B-tree (depth, revision)
895 * @param top_sig signature signing the zone 895 * @param top_sig signature signing the zone
896 * @param zone_time time the signature was created 896 * @param zone_time time the signature was created