gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 84/90: -DOC: Documentation cleanup pass through assorted librar


From: gnunet
Subject: [gnunet] 84/90: -DOC: Documentation cleanup pass through assorted libraries (curl integration, GNSRECORD, json)
Date: Tue, 18 Oct 2022 03:07:23 +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 43dc9b3ebcd7803c8184c89ecf45b9fee6ba7d88
Author: Willow Liquorice <willow@howhill.com>
AuthorDate: Thu Sep 8 00:06:27 2022 +0100

    -DOC: Documentation cleanup pass through assorted libraries (curl 
integration, GNSRECORD, json)
---
 src/include/gnunet_curl_lib.h      | 1 -
 src/include/gnunet_gnsrecord_lib.h | 3 +--
 src/include/gnunet_json_lib.h      | 4 ++--
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/include/gnunet_curl_lib.h b/src/include/gnunet_curl_lib.h
index fdd05600c..ab2d82060 100644
--- a/src/include/gnunet_curl_lib.h
+++ b/src/include/gnunet_curl_lib.h
@@ -324,7 +324,6 @@ GNUNET_CURL_job_add2 (struct GNUNET_CURL_Context *ctx,
  * @param eh curl easy handle for the request, will
  *           be executed AND cleaned up
  * @param job_headers extra headers to add for this request
- * @param max_reply_size largest acceptable response body
  * @param jcc callback to invoke upon completion
  * @param jcc_cls closure for @a jcc
  * @return NULL on error (in this case, @a eh is still released!)
diff --git a/src/include/gnunet_gnsrecord_lib.h 
b/src/include/gnunet_gnsrecord_lib.h
index 4c16b26cf..357f87587 100644
--- a/src/include/gnunet_gnsrecord_lib.h
+++ b/src/include/gnunet_gnsrecord_lib.h
@@ -753,7 +753,7 @@ GNUNET_GNSRECORD_is_critical (uint32_t type);
  * @param rd input records
  * @param rd_count size of the @a rd and @a rd_public arrays
  * @param rd_public where to write the converted records
- * @param rd_public_count number of records written to @a rd_public
+ * @param rd_count_public number of records written to @a rd_public
  * @param min_expiry the minimum expiration of this set
  * @param filter the record set filter, see GNUNET_GNSRECORD_Filter.
  * @param emsg the error message if something went wrong
@@ -769,7 +769,6 @@ GNUNET_GNSRECORD_normalize_record_set (const char *label,
                                        enum GNUNET_GNSRECORD_Filter filter,
                                        char **emsg);
 
-
 /**
  * Check label for invalid characters.
  *
diff --git a/src/include/gnunet_json_lib.h b/src/include/gnunet_json_lib.h
index af63c5e42..8809afb71 100644
--- a/src/include/gnunet_json_lib.h
+++ b/src/include/gnunet_json_lib.h
@@ -129,7 +129,7 @@ struct GNUNET_JSON_Specification
  * @param root the JSON node to start the navigation at.
  * @param spec parse specification array
  * @param[out] error_json_name which JSON field was problematic
- * @param[out] which index into @a spec did we encounter an error
+ * @param[out] error_line which index into @a spec did we encounter an error
  * @return #GNUNET_OK on success, #GNUNET_SYSERR on error
  */
 enum GNUNET_GenericReturnValue
@@ -338,7 +338,7 @@ GNUNET_JSON_spec_boolean (const char *name,
  * Timestamp.
  *
  * @param name name of the JSON field
- * @param[out] at where to store the absolute time found under @a name
+ * @param[out] t at where to store the absolute time found under @a name
  */
 struct GNUNET_JSON_Specification
 GNUNET_JSON_spec_timestamp (const char *name,

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