gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 76/90: -DOC: Documentation cleanup pass through IDENTITY servic


From: gnunet
Subject: [gnunet] 76/90: -DOC: Documentation cleanup pass through IDENTITY service
Date: Tue, 18 Oct 2022 03:07:15 +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 c235f90c2eaa8cf98e4c5a6af9e94e92f8f8be7b
Author: Willow Liquorice <willow@howhill.com>
AuthorDate: Wed Sep 7 23:57:54 2022 +0100

    -DOC: Documentation cleanup pass through IDENTITY service
---
 src/identity/gnunet-service-identity.c | 15 +++++----------
 src/identity/plugin_rest_identity.c    |  4 ++--
 2 files changed, 7 insertions(+), 12 deletions(-)

diff --git a/src/identity/gnunet-service-identity.c 
b/src/identity/gnunet-service-identity.c
index 51f897557..51fca7816 100644
--- a/src/identity/gnunet-service-identity.c
+++ b/src/identity/gnunet-service-identity.c
@@ -476,8 +476,7 @@ check_get_default_message (void *cls,
  * default identity for some service.
  *
  * @param cls unused
- * @param client who sent the message
- * @param message the message received
+ * @param gdm the message received
  */
 static void
 handle_get_default_message (void *cls,
@@ -587,8 +586,7 @@ check_set_default_message (void *cls,
  * default identity for some service.
  *
  * @param cls unused
- * @param client who sent the message
- * @param message the message received
+ * @param sdm the message received
  */
 static void
 handle_set_default_message (void *cls,
@@ -699,8 +697,7 @@ check_create_message (void *cls,
  * Handler for CREATE message from client, creates new identity.
  *
  * @param cls unused
- * @param client who sent the message
- * @param message the message received
+ * @param crm the message received
  */
 static void
 handle_create_message (void *cls,
@@ -839,8 +836,7 @@ check_rename_message (void *cls, const struct RenameMessage 
*msg)
  * new identity.
  *
  * @param cls unused
- * @param client who sent the message
- * @param message the message received
+ * @param rm the message received
  */
 static void
 handle_rename_message (void *cls, const struct RenameMessage *rm)
@@ -985,8 +981,7 @@ check_delete_message (void *cls, const struct DeleteMessage 
*msg)
  * new identity.
  *
  * @param cls unused
- * @param client who sent the message
- * @param message the message received
+ * @param dm the message received
  */
 static void
 handle_delete_message (void *cls, const struct DeleteMessage *dm)
diff --git a/src/identity/plugin_rest_identity.c 
b/src/identity/plugin_rest_identity.c
index d9b1e7c2c..5327d0b1f 100644
--- a/src/identity/plugin_rest_identity.c
+++ b/src/identity/plugin_rest_identity.c
@@ -280,7 +280,7 @@ static struct RequestHandle *requests_tail;
 
 /**
  * Cleanup lookup handle
- * @param handle Handle to clean up
+ * @param cls Handle to clean up
  */
 static void
 cleanup_handle (void *cls)
@@ -696,7 +696,7 @@ do_finished (void *cls, const char *emsg)
  * Processing finished, when creating an ego.
  *
  * @param cls request handle
- * @param private key of the ego, or NULL on error
+ * @param pk private key of the ego, or NULL on error
  * @param emsg error message
  */
 static void

-- 
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]