]> Kevux Git Server - fll/commitdiff
Cleanup: Remove stale comment and fix typo.
authorKevin Day <thekevinday@gmail.com>
Mon, 31 May 2021 22:42:37 +0000 (17:42 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 31 May 2021 22:42:37 +0000 (17:42 -0500)
level_0/f_utf/c/utf.h
level_3/fss_basic_list_read/c/private-common.h
level_3/fss_basic_read/c/private-common.h
level_3/fss_extended_list_read/c/private-common.h
level_3/fss_extended_read/c/private-common.h

index f5f35f024873bc659f71c88c526329a8a202c2f2..1c4df3f62fd48a7f71b7f56ebc9af69659a642d1 100644 (file)
@@ -570,8 +570,6 @@ extern "C" {
  *
  * A word character is alpha-numeric or an underscore '_'.
  *
- * This does not include zero-width punctuation.
- *
  * @param character
  *   The character to validate.
  * @param strict
@@ -601,8 +599,6 @@ extern "C" {
  * All other dash-like Unicode characters are not considered a dash here.
  * The dash here is intended for combining words, which matches the context of the Unicode "hyphen".
  *
- * This does not include zero-width punctuation.
- *
  * @param character
  *   The character to validate.
  * @param strict
@@ -1284,8 +1280,6 @@ extern "C" {
  *
  * A word character is alpha-digit or an underscore '_'.
  *
- * This does not include zero-width punctuation.
- *
  * @param character
  *   The character to validate.
  *   There must be enough space allocated to compare against, as limited by width_max.
@@ -1319,8 +1313,6 @@ extern "C" {
  * All other dash-like Unicode characters are not considered a dash here.
  * The dash here is intended for combining words, which matches the context of the Unicode "hyphen".
  *
- * This does not include zero-width punctuation.
- *
  * @param character
  *   The character to validate.
  *   There must be enough space allocated to compare against, as limited by width_max.
index b54f1adccb2c0a18475bcb0cb3fec83811edee3d..e7cc67da6184a7de31d49dd52d59d122cd1764e1 100644 (file)
@@ -207,7 +207,7 @@ extern "C" {
  *   The data to deallocate.
  */
 #ifndef _di_fss_basic_list_read_data_delete_simple_
-  extern void fss_basic_list_read_data_delete_simple(fss_basic_list_read_data_t *daa) f_attribute_visibility_internal;
+  extern void fss_basic_list_read_data_delete_simple(fss_basic_list_read_data_t *data) f_attribute_visibility_internal;
 #endif // _di_fss_basic_list_read_data_delete_simple_
 
 /**
index 4b403c28a3fe496608bb5957b0b8f4305a88ec04..b0b9ca949cac83d45886bdeb93d84f95d790a672 100644 (file)
@@ -202,7 +202,7 @@ extern "C" {
  *   The data to deallocate.
  */
 #ifndef _di_fss_basic_read_data_delete_simple_
-  extern void fss_basic_read_data_delete_simple(fss_basic_read_data_t *daa) f_attribute_visibility_internal;
+  extern void fss_basic_read_data_delete_simple(fss_basic_read_data_t *data) f_attribute_visibility_internal;
 #endif // _di_fss_basic_read_data_delete_simple_
 
 /**
index 4c4946a4eba6fc30823debe8aa2ebe5d36c28fa2..3f09a2851fdff01f797ee25514f9a9317f0cc351 100644 (file)
@@ -208,7 +208,7 @@ extern "C" {
  *   The data to deallocate.
  */
 #ifndef _di_fss_extended_list_read_data_delete_simple_
-  extern void fss_extended_list_read_data_delete_simple(fss_extended_list_read_data_t *daa) f_attribute_visibility_internal;
+  extern void fss_extended_list_read_data_delete_simple(fss_extended_list_read_data_t *data) f_attribute_visibility_internal;
 #endif // _di_fss_extended_list_read_data_delete_simple_
 
 /**
index ffb165de8f5e346b99fcbbf425048eab5ce6126b..93c08bd3cc50651782da3d435b94b8a08e2636d9 100644 (file)
@@ -205,7 +205,7 @@ extern "C" {
  *   The data to deallocate.
  */
 #ifndef _di_fss_extended_read_data_delete_simple_
-  extern void fss_extended_read_data_delete_simple(fss_extended_read_data_t *daa) f_attribute_visibility_internal;
+  extern void fss_extended_read_data_delete_simple(fss_extended_read_data_t *data) f_attribute_visibility_internal;
 #endif // _di_fss_extended_read_data_delete_simple_
 
 /**