From 595ba59c3158e65100f4f832cf3bdf15d7e2a72e Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 19 Mar 2012 08:27:11 +0000 Subject: [PATCH] - doxygen fixes --- src/hello/gnunet-hello.c | 2 +- src/include/gnunet_namestore_service.h | 5 +---- src/namestore/gnunet-service-namestore.c | 7 ++++--- src/namestore/namestore_api.c | 1 - 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/src/hello/gnunet-hello.c b/src/hello/gnunet-hello.c index be7719e94..d64833b42 100644 --- a/src/hello/gnunet-hello.c +++ b/src/hello/gnunet-hello.c @@ -54,7 +54,7 @@ struct AddContext /** * Add the given address with infinit expiration to the buffer. * - * @param ac add context + * @param cls closure * @param address address to add * @param expiration old expiration * @return GNUNET_OK keep iterating diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h index fbc2a4b3c..8e92dd906 100644 --- a/src/include/gnunet_namestore_service.h +++ b/src/include/gnunet_namestore_service.h @@ -229,7 +229,6 @@ GNUNET_NAMESTORE_verify_signature (const struct GNUNET_CRYPTO_RsaPublicKeyBinary * * @param h handle to the namestore * @param pkey private key of the zone - * @param expire block expiration time * @param name name that is being mapped (at most 255 characters long) * @param rd record data to store * @param cont continuation to call when done @@ -339,9 +338,7 @@ GNUNET_NAMESTORE_zone_to_name (struct GNUNET_NAMESTORE_Handle *h, /** * Starts a new zone iteration (used to periodically PUT all of our - * records into our DHT). This MUST lock the GNUNET_NAMESTORE_Handle - * for any other calls than GNUNET_NAMESTORE_zone_iterator_next and - * GNUNET_NAMESTORE_zone_iteration_stop. "proc" will be called once + * records into our DHT). "proc" will be called once * immediately, and then again after * "GNUNET_NAMESTORE_zone_iterator_next" is invoked. * diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c index dcf1075b6..6b4250d38 100644 --- a/src/namestore/gnunet-service-namestore.c +++ b/src/namestore/gnunet-service-namestore.c @@ -110,13 +110,14 @@ struct GNUNET_CONTAINER_MultiHashMap *zonekeys; /** * Write zonefile to disk - * @param file where to write - * @param ret the key + * @param filename where to write + * @param c the crypto container * * @return GNUNET_OK on success, GNUNET_SYSERR on fail */ -int write_key_to_file (const char *filename, struct GNUNET_NAMESTORE_CryptoContainer *c) +int +write_key_to_file (const char *filename, struct GNUNET_NAMESTORE_CryptoContainer *c) { struct GNUNET_CRYPTO_RsaPrivateKey *ret = c->privkey; struct GNUNET_CRYPTO_RsaPrivateKeyBinaryEncoded *enc; diff --git a/src/namestore/namestore_api.c b/src/namestore/namestore_api.c index 1a0dec71d..4abad4d1c 100644 --- a/src/namestore/namestore_api.c +++ b/src/namestore/namestore_api.c @@ -1123,7 +1123,6 @@ GNUNET_NAMESTORE_verify_signature (const struct GNUNET_CRYPTO_RsaPublicKeyBinary * * @param h handle to the namestore * @param pkey private key of the zone - * @param expire block expiration time * @param name name that is being mapped (at most 255 characters long) * @param rd record data to store * @param cont continuation to call when done -- 2.25.1