]> Kevux Git Server - fll/commitdiff
Cleanup: Documentation comments return status syntax is missing a colon.
authorKevin Day <kevin@kevux.org>
Sat, 24 Jun 2023 22:35:38 +0000 (17:35 -0500)
committerKevin Day <kevin@kevux.org>
Sat, 24 Jun 2023 22:35:38 +0000 (17:35 -0500)
level_0/f_account/c/private-account.h
level_0/f_serialize/c/serialize.h
level_3/fss_identify/c/private-identify.h

index 226342455d85a77c1de24da3471d8c54654121a1..988889873690d9ed4999c22ebf84d9841f9eb800 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
  * @return
  *   F_none on success.
  *
- *   Errors (with error bit) from f_string_dynamic_resize().
+ *   Errors (with error bit) from: f_string_dynamic_resize().
  *
  * @see f_string_dynamic_resize()
  */
index 61cd24fc6b3b07d30cf512454f70cb3a3f325cab..82beaba01cc441f5fffa6b7649875fc5114beee2 100644 (file)
@@ -53,8 +53,8 @@ extern "C" {
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
- *   Errors (with error bit) from f_string_append();
- *   Errors (with error bit) from f_string_dynamics_increase_by();
+ *   Errors (with error bit) from: f_string_append();
+ *   Errors (with error bit) from: f_string_dynamics_increase_by();
  *
  * @see f_string_append()
  * @see f_string_dynamics_increase_by()
@@ -121,7 +121,7 @@ extern "C" {
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
- *   Errors (with error bit) from f_string_ranges_increase()
+ *   Errors (with error bit) from: f_string_ranges_increase()
  *
  * @see f_string_ranges_increase()
  */
@@ -182,8 +182,8 @@ extern "C" {
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
- *   Errors (with error bit) from f_string_dynamic_append();
- *   Errors (with error bit) from f_string_dynamic_append_assure();
+ *   Errors (with error bit) from: f_string_dynamic_append();
+ *   Errors (with error bit) from: f_string_dynamic_append_assure();
  *
  * @see f_string_dynamic_append()
  * @see f_string_dynamic_append_assure()
index 747c58bb7a548adfa22de3ce7f40af2442e50823..bea3ef918bb4d5887ce5d96dc8ff3c1e87f91be1 100644 (file)
@@ -83,8 +83,8 @@ extern "C" {
  *   F_true on match.
  *   F_false on no match.
  *
- *   Errors (with error bit) from fl_conversion_dynamic_partial_to_hexidecimal_unsigned().
- *   Errors (with error bit) from fl_string_dynamic_compare_string().
+ *   Errors (with error bit) from: fl_conversion_dynamic_partial_to_hexidecimal_unsigned().
+ *   Errors (with error bit) from: fl_string_dynamic_compare_string().
  *
  * @see fl_conversion_dynamic_partial_to_hexidecimal_unsigned()
  * @see fl_string_dynamic_compare_string()