From: Kevin Day Date: Thu, 30 Mar 2023 04:48:52 +0000 (-0500) Subject: Cleanup: Remove invalid documentation comments from fl_string_dynamic_compare_except_... X-Git-Tag: 0.6.5~23 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=918c5aa49e90ecf22d7f6eae3d6ef06af23ad63d;p=fll Cleanup: Remove invalid documentation comments from fl_string_dynamic_compare_except_string() and fl_string_dynamic_compare_string(). These two functions, fl_string_dynamic_compare_except_string() and fl_string_dynamic_compare_string(), are not trim functions. They do not ignore leading and trailing white space. --- diff --git a/level_1/fl_string/c/string.h b/level_1/fl_string/c/string.h index c5f28d2..f1e0f59 100644 --- a/level_1/fl_string/c/string.h +++ b/level_1/fl_string/c/string.h @@ -218,7 +218,6 @@ extern "C" { * * This does not stop on NULL. * NULL characters are ignored. - * Ignores leading and trailing whitespace. * All 1-byte characters in except1 and except2 are ignored. * * @param string1 @@ -331,7 +330,6 @@ extern "C" { * * This does not stop on NULL. * NULL characters are ignored. - * Ignores leading and trailing whitespace. * * @param string1 * String to compare.