gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 48/90: -DOC: Documentation cleanup pass through ABD subsystem


From: gnunet
Subject: [gnunet] 48/90: -DOC: Documentation cleanup pass through ABD subsystem
Date: Tue, 18 Oct 2022 03:06:47 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit f246a9aa87ad07b480323ffa107839a4dc5c6dc3
Author: Willow Liquorice <willow@howhill.com>
AuthorDate: Wed Sep 7 20:52:04 2022 +0100

    -DOC: Documentation cleanup pass through ABD subsystem
---
 src/abd/delegate_misc.c          | 1 +
 src/abd/gnunet-abd.c             | 4 ++--
 src/include/gnunet_abd_service.h | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/abd/delegate_misc.c b/src/abd/delegate_misc.c
index 0c5520d52..cc45cde04 100644
--- a/src/abd/delegate_misc.c
+++ b/src/abd/delegate_misc.c
@@ -190,6 +190,7 @@ GNUNET_ABD_delegate_from_string (const char *s)
  * @param issuer the ego that should be used to issue the attribute
  * @param subject the subject of the attribute
  * @param iss_attr the name of the attribute
+ * @param expiration the TTL of the credential
  * @return handle to the queued request
  */
 
diff --git a/src/abd/gnunet-abd.c b/src/abd/gnunet-abd.c
index 9f5fef958..6f6521d98 100644
--- a/src/abd/gnunet-abd.c
+++ b/src/abd/gnunet-abd.c
@@ -429,8 +429,8 @@ identity_cb (void *cls, struct GNUNET_IDENTITY_Ego *ego)
  * Parse expiration time.
  *
  * @param expirationstring text to parse
- * @param etime_is_rel[out] set to #GNUNET_YES if time is relative
- * @param etime[out] set to expiration time (abs or rel)
+ * @param[out] etime_is_rel set to #GNUNET_YES if time is relative
+ * @param[out] etime set to expiration time (abs or rel)
  * @return #GNUNET_OK on success
  */
 static int
diff --git a/src/include/gnunet_abd_service.h b/src/include/gnunet_abd_service.h
index 21f668a8d..ad0719d2c 100644
--- a/src/include/gnunet_abd_service.h
+++ b/src/include/gnunet_abd_service.h
@@ -384,7 +384,7 @@ GNUNET_ABD_remove_delegation (struct GNUNET_ABD_Handle 
*handle,
  *
  * @param issuer the ego that should be used to issue the attribute
  * @param subject the subject of the attribute
- * @param attribute the name of the attribute
+ * @param iss_attr the name of the attribute
  * @param expiration the TTL of the credential
  * @return handle to the queued request
  */

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]