gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -doxygen


From: gnunet
Subject: [taler-exchange] branch master updated: -doxygen
Date: Thu, 04 May 2023 21:32:39 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 737b3338 -doxygen
737b3338 is described below

commit 737b3338ed460b56096b9b016b727a0d34b30d23
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu May 4 21:32:36 2023 +0200

    -doxygen
---
 contrib/gnunet.tag          | 8 +++++++-
 src/include/taler_mhd_lib.h | 8 ++++----
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/contrib/gnunet.tag b/contrib/gnunet.tag
index f270ba5e..bdc112a1 100644
--- a/contrib/gnunet.tag
+++ b/contrib/gnunet.tag
@@ -31,7 +31,13 @@
     <member kind="define">
       <type>#define</type>
       <name>GNUNET_TIME_UNIT_FOREVER_ABS</name>
-      <anchorfile>gnunet_util_lib.h</anchorfile>
+      <anchorfile>gnunet_time_lib.h</anchorfile>
+      <arglist></arglist>
+    </member>
+    <member kind="define">
+      <type>#define</type>
+      <name>GNUNET_TIME_UNIT_ZERO_ABS</name>
+      <anchorfile>gnunet_time_lib.h</anchorfile>
       <arglist></arglist>
     </member>
   </compound>
diff --git a/src/include/taler_mhd_lib.h b/src/include/taler_mhd_lib.h
index e2e8ecb0..9c7c06d9 100644
--- a/src/include/taler_mhd_lib.h
+++ b/src/include/taler_mhd_lib.h
@@ -528,7 +528,7 @@ TALER_MHD_parse_request_header_data (struct MHD_Connection 
*connection,
  *
  * @param connection the MHD connection
  * @param name the name of the parameter with the key
- * @param[out] out_data pointer to store the result, type must determine size
+ * @param[out] val pointer to store the result, type must determine size
  * @param[in,out] required pass true to require presence of this argument; if 
'false'
  *                         set to true if the argument was found
  * @return
@@ -566,7 +566,7 @@ TALER_MHD_parse_request_header_data (struct MHD_Connection 
*connection,
  *
  * @param connection the MHD connection
  * @param name the name of the parameter with the key
- * @param[out] out_data pointer to store the result, type must determine size
+ * @param[out] val pointer to store the result, type must determine size
  * @return
  *   #GNUNET_YES if the the argument is present
  *   #GNUNET_NO if the argument is absent or malformed
@@ -583,7 +583,7 @@ TALER_MHD_parse_request_header_data (struct MHD_Connection 
*connection,
  *
  * @param connection the MHD connection
  * @param name the name of the header with the key
- * @param[out] out_data pointer to store the result, type must determine size
+ * @param[out] val pointer to store the result, type must determine size
  * @param[in,out] required pass true to require presence of this argument; if 
'false'
  *                         set to true if the argument was found
  * @return
@@ -621,7 +621,7 @@ TALER_MHD_parse_request_header_data (struct MHD_Connection 
*connection,
  *
  * @param connection the MHD connection
  * @param name the name of the header with the key
- * @param[out] out_data pointer to store the result, type must determine size
+ * @param[out] val pointer to store the result, type must determine size
  * @return
  *   #GNUNET_YES if the the argument is present
  *   #GNUNET_NO if the argument is absent or malformed

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