From 2175ed0fc9d4cdf346e0605d397836b241d6cf75 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 8 Aug 2013 05:36:25 +0000 Subject: -doxygen fixes --- src/fs/fs_namespace.c | 5 +++-- src/fs/gnunet-pseudonym.c | 2 +- src/fs/gnunet-publish.c | 2 +- src/include/gnunet_crypto_lib.h | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/fs/fs_namespace.c b/src/fs/fs_namespace.c index 1aca144e1..90de4a915 100644 --- a/src/fs/fs_namespace.c +++ b/src/fs/fs_namespace.c @@ -120,6 +120,7 @@ struct GNUNET_FS_UpdateInformationGraph * Return the name of the directory in which we store * the update information graph for the given local namespace. * + * @param h file-sharing handle * @param ns namespace handle * @return NULL on error, otherwise the name of the directory */ @@ -183,9 +184,9 @@ free_update_information_graph (struct GNUNET_FS_UpdateInformationGraph *uig) /** - * Write the namespace update node graph to a file. + * Write a namespace's update node graph to a file. * - * @param ns namespace to dump + * @param uig update information graph to dump */ static void write_update_information_graph (struct GNUNET_FS_UpdateInformationGraph *uig) diff --git a/src/fs/gnunet-pseudonym.c b/src/fs/gnunet-pseudonym.c index c87679641..a9c6be623 100644 --- a/src/fs/gnunet-pseudonym.c +++ b/src/fs/gnunet-pseudonym.c @@ -180,7 +180,7 @@ post_advertising (void *cls, * * @param cls closure, NULL * @param ego ego handle - * @param ego_ctx context for application to store data for this ego + * @param ctx context for application to store data for this ego * (during the lifetime of this process, initially NULL) * @param name name assigned by the user for this ego, * NULL if the user just deleted the ego and it diff --git a/src/fs/gnunet-publish.c b/src/fs/gnunet-publish.c index 39235683c..f621140cd 100644 --- a/src/fs/gnunet-publish.c +++ b/src/fs/gnunet-publish.c @@ -689,7 +689,7 @@ identity_continuation (const char *args0) * * @param cls closure with 'const char *' of filename to publish * @param ego ego handle - * @param ego_ctx context for application to store data for this ego + * @param ctx context for application to store data for this ego * (during the lifetime of this process, initially NULL) * @param name name assigned by the user for this ego, * NULL if the user just deleted the ego and it diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h index 52bb983b0..1704fce07 100644 --- a/src/include/gnunet_crypto_lib.h +++ b/src/include/gnunet_crypto_lib.h @@ -929,13 +929,13 @@ GNUNET_CRYPTO_get_host_identity (const struct GNUNET_CONFIGURATION_Handle *cfg, /** * Derive key material from a public and a private ECC key. * - * @param key private key to use for the ECDH (x) + * @param priv private key to use for the ECDH (x) * @param pub public key to use for the ECDY (yG) * @param key_material where to write the key material (xyG) * @return GNUNET_SYSERR on error, GNUNET_OK on success */ int -GNUNET_CRYPTO_ecc_ecdh (const struct GNUNET_CRYPTO_EccPrivateKey *key, +GNUNET_CRYPTO_ecc_ecdh (const struct GNUNET_CRYPTO_EccPrivateKey *priv, const struct GNUNET_CRYPTO_EccPublicKey *pub, struct GNUNET_HashCode *key_material); -- cgit v1.2.3