gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 02/03: mhd_str: clarified doxy for function


From: gnunet
Subject: [libmicrohttpd] 02/03: mhd_str: clarified doxy for function
Date: Mon, 01 Nov 2021 19:09:46 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 50b4782fe3eb9a5ba0f05c6bf0e78f3b19104f93
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon Nov 1 21:02:34 2021 +0300

    mhd_str: clarified doxy for function
---
 src/microhttpd/mhd_str.c | 6 +++---
 src/microhttpd/mhd_str.h | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/microhttpd/mhd_str.c b/src/microhttpd/mhd_str.c
index 540ff228..04b9da6d 100644
--- a/src/microhttpd/mhd_str.c
+++ b/src/microhttpd/mhd_str.c
@@ -525,9 +525,9 @@ MHD_str_has_token_caseless_ (const char *str,
  * Remove case-insensitive @a token from the @a str and put result
  * to the output @a buf.
  *
- * Token could be surrounded by spaces and tabs and delimited by comma.
- * The token match succeed if substring between start, end (of string) or
- * comma contains only case-insensitive token and optional spaces and tabs.
+ * Tokens in @a str could be surrounded by spaces and tabs and delimited by
+ * comma. The token match succeed if substring between start, end (of string)
+ * or comma contains only case-insensitive token and optional spaces and tabs.
  * The quoted strings and comments are not supported by this function.
  *
  * The output string is normalised: empty tokens and repeated whitespaces
diff --git a/src/microhttpd/mhd_str.h b/src/microhttpd/mhd_str.h
index 43761e3a..3e5f8a41 100644
--- a/src/microhttpd/mhd_str.h
+++ b/src/microhttpd/mhd_str.h
@@ -156,9 +156,9 @@ MHD_str_has_token_caseless_ (const char *str,
  * Remove case-insensitive @a token from the @a str and put result
  * to the output @a buf.
  *
- * Token could be surrounded by spaces and tabs and delimited by comma.
- * The token match succeed if substring between start, end (of string) or
- * comma contains only case-insensitive token and optional spaces and tabs.
+ * Tokens in @a str could be surrounded by spaces and tabs and delimited by
+ * comma. The token match succeed if substring between start, end (of string)
+ * or comma contains only case-insensitive token and optional spaces and tabs.
  * The quoted strings and comments are not supported by this function.
  *
  * The output string is normalised: empty tokens and repeated whitespaces

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