commit 50b4782fe3eb9a5ba0f05c6bf0e78f3b19104f93
parent 317691bc9736ade7d825b1eb3034fd744bacbae7
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Mon, 1 Nov 2021 21:02:34 +0300
mhd_str: clarified doxy for function
Diffstat:
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git 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
@@ -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