gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 83/90: -DOC: Documentation cleanup pass through NAT subsystem


From: gnunet
Subject: [gnunet] 83/90: -DOC: Documentation cleanup pass through NAT subsystem
Date: Tue, 18 Oct 2022 03:07:22 +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 e67ee030effb3b7d8ca51721b083a4f64c54195b
Author: Willow Liquorice <willow@howhill.com>
AuthorDate: Thu Sep 8 00:04:51 2022 +0100

    -DOC: Documentation cleanup pass through NAT subsystem
---
 src/nat-auto/gnunet-nat-server.c | 2 +-
 src/nat-auto/nat_auto_api_test.c | 2 +-
 src/nat/gnunet-nat.c             | 2 +-
 src/nat/gnunet-service-nat.c     | 2 +-
 src/nat/nat_api_stun.c           | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/nat-auto/gnunet-nat-server.c b/src/nat-auto/gnunet-nat-server.c
index e091ab3b0..0ff71ca8c 100644
--- a/src/nat-auto/gnunet-nat-server.c
+++ b/src/nat-auto/gnunet-nat-server.c
@@ -261,7 +261,7 @@ try_send_udp (uint32_t dst_ipv4,
  * traversal. Do it.
  *
  * @param cls handle to client (we always close)
- * @param msg message with details about what to test
+ * @param tm message with details about what to test
  */
 static void
 handle_test (void *cls,
diff --git a/src/nat-auto/nat_auto_api_test.c b/src/nat-auto/nat_auto_api_test.c
index b62d08683..9067aafda 100644
--- a/src/nat-auto/nat_auto_api_test.c
+++ b/src/nat-auto/nat_auto_api_test.c
@@ -333,7 +333,7 @@ mq_error_handler (void *cls, enum GNUNET_MQ_Error error)
  * Address-callback, used to send message to gnunet-nat-server.
  *
  * @param cls closure
- * @param app_ctx[in,out] location where the app can store stuff
+ * @param[in,out] app_ctx location where the app can store stuff
  *                  on add and retrieve it on remove
  * @param add_remove #GNUNET_YES to mean the new public IP address, #GNUNET_NO 
to mean
  *     the previous (now invalid) one
diff --git a/src/nat/gnunet-nat.c b/src/nat/gnunet-nat.c
index 0743a478d..fd85549d6 100644
--- a/src/nat/gnunet-nat.c
+++ b/src/nat/gnunet-nat.c
@@ -110,7 +110,7 @@ test_finished ()
  * a function to call whenever our set of 'valid' addresses changes.
  *
  * @param cls closure, NULL
- * @param app_ctx[in,out] location where the app can store stuff
+ * @param[in,out] app_ctx location where the app can store stuff
  *                  on add and retrieve it on remove
  * @param add_remove #GNUNET_YES to add a new public IP address,
  *                   #GNUNET_NO to remove a previous (now invalid) one
diff --git a/src/nat/gnunet-service-nat.c b/src/nat/gnunet-service-nat.c
index 4dcc0312f..dde269819 100644
--- a/src/nat/gnunet-service-nat.c
+++ b/src/nat/gnunet-service-nat.c
@@ -1185,7 +1185,7 @@ upnp_addr_change_cb (void *cls,
  * port number has already been parsed, this task is
  * responsible for periodically doing a DNS lookup.
  *
- * @param ch client handle to act upon
+ * @param cls client handle to act upon
  */
 static void
 dyndns_lookup (void *cls);
diff --git a/src/nat/nat_api_stun.c b/src/nat/nat_api_stun.c
index 0bc2c5fbd..94adc3d6c 100644
--- a/src/nat/nat_api_stun.c
+++ b/src/nat/nat_api_stun.c
@@ -112,7 +112,7 @@ encode_message (enum StunClasses msg_class,
 /**
  * Fill the stun_header with a random request_id
  *
- * @param req, stun header to be filled
+ * @param req stun header to be filled
  */
 static void
 generate_request_id (struct stun_header *req)

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