gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 61/90: -DOC: Documentation cleanup pass through ATS subsystem


From: gnunet
Subject: [gnunet] 61/90: -DOC: Documentation cleanup pass through ATS subsystem
Date: Tue, 18 Oct 2022 03:07:00 +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 f299d05921053fb6d6d2453864b92a70a3d5186d
Author: Willow Liquorice <willow@howhill.com>
AuthorDate: Wed Sep 7 21:36:47 2022 +0100

    -DOC: Documentation cleanup pass through ATS subsystem
---
 src/ats/gnunet-service-ats_connectivity.c | 2 +-
 src/ats/gnunet-service-ats_reservations.h | 2 --
 src/include/gnunet_ats_service.h          | 4 ++--
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/ats/gnunet-service-ats_connectivity.c 
b/src/ats/gnunet-service-ats_connectivity.c
index 5ee9b60f5..702c5ba87 100644
--- a/src/ats/gnunet-service-ats_connectivity.c
+++ b/src/ats/gnunet-service-ats_connectivity.c
@@ -76,7 +76,7 @@ GAS_connectivity_has_peer (void *cls,
  * Handle #GNUNET_MESSAGE_TYPE_ATS_REQUEST_ADDRESS messages from clients.
  *
  * @param client client that sent the request
- * @param message the request message
+ * @param msg the request message
  */
 void
 GAS_handle_request_address (struct GNUNET_SERVICE_Client *client,
diff --git a/src/ats/gnunet-service-ats_reservations.h 
b/src/ats/gnunet-service-ats_reservations.h
index d95945697..07edd69e0 100644
--- a/src/ats/gnunet-service-ats_reservations.h
+++ b/src/ats/gnunet-service-ats_reservations.h
@@ -58,8 +58,6 @@ GAS_handle_reservation_request (struct GNUNET_SERVICE_Client 
*client,
 
 /**
  * Initialize reservations subsystem.
- *
- * @param server handle to our server
  */
 void
 GAS_reservations_init (void);
diff --git a/src/include/gnunet_ats_service.h b/src/include/gnunet_ats_service.h
index 60154d04d..321e621d2 100644
--- a/src/include/gnunet_ats_service.h
+++ b/src/include/gnunet_ats_service.h
@@ -158,7 +158,7 @@ struct GNUNET_ATS_PropertiesNBO
 /**
  * Convert ATS properties from host to network byte order.
  *
- * @param nbo[OUT] value written
+ * @param nbo[out] value written
  * @param hbo value read
  */
 void
@@ -169,7 +169,7 @@ GNUNET_ATS_properties_hton (struct GNUNET_ATS_PropertiesNBO 
*nbo,
 /**
  * Convert ATS properties from network to host byte order.
  *
- * @param hbo[OUT] value written
+ * @param hbo[out] value written
  * @param nbo value read
  */
 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]