]> Kevux Git Server - fll/commitdiff
Cleanup: Remove invalid documentation comments from fl_string_dynamic_compare_except_...
authorKevin Day <kevin@kevux.org>
Thu, 30 Mar 2023 04:48:52 +0000 (23:48 -0500)
committerKevin Day <kevin@kevux.org>
Thu, 30 Mar 2023 04:48:52 +0000 (23:48 -0500)
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.

level_1/fl_string/c/string.h

index c5f28d273bea17ab3183cbe307013a58904a10d9..f1e0f59692a651a489e050636c22dd842bb4c48d 100644 (file)
@@ -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.