]> Kevux Git Server - fll/commitdiff
Cleanup: Remove out of place semi-colon from documentation comments.
authorKevin Day <kevin@kevux.org>
Fri, 23 Feb 2024 03:37:42 +0000 (21:37 -0600)
committerKevin Day <kevin@kevux.org>
Fri, 23 Feb 2024 03:41:48 +0000 (21:41 -0600)
level_0/f_serialize/c/serialize.h

index 9310fb3b8ac59a78f81c0281960b622cec13e9ba..7d4f3a6aaf8e809a6a1d93227bb64122ee459521 100644 (file)
@@ -53,8 +53,8 @@ extern "C" {
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
- *   Errors (with error bit) from: f_memory_array_increase_by();
- *   Errors (with error bit) from: f_string_append();
+ *   Errors (with error bit) from: f_memory_array_increase_by().
+ *   Errors (with error bit) from: f_string_append().
  *
  * @see f_memory_array_increase_by()
  * @see f_string_append()
@@ -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()