From: Kevin Day Date: Fri, 23 Feb 2024 03:37:54 +0000 (-0600) Subject: Cleanup: Remove out of place semi-colon from documentation comments. X-Git-Tag: 0.6.9~16 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=16c9a602831fd7c97ee981a725ab3392200b4fba;p=fll Cleanup: Remove out of place semi-colon from documentation comments. --- diff --git a/level_0/f_serialize/c/serialize.h b/level_0/f_serialize/c/serialize.h index 82beaba..50b25bb 100644 --- a/level_0/f_serialize/c/serialize.h +++ b/level_0/f_serialize/c/serialize.h @@ -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() @@ -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()