]> Kevux Git Server - fll/commitdiff
Cleanup: Remove incorrect documentation content about return type.
authorKevin Day <kevin@kevux.org>
Sun, 18 Jun 2023 16:59:41 +0000 (11:59 -0500)
committerKevin Day <kevin@kevux.org>
Sun, 18 Jun 2023 16:59:41 +0000 (11:59 -0500)
The comment no longer applies as the functions return void.

level_3/fss_read/c/main/fss_read.h
level_3/fss_read/c/main/main.h
level_3/fss_read/c/main/process_normal.h
level_3/fss_read/c/payload/fss_read.h

index 40bf80f0e54e62c8ca2dd87103301d5d301fa4e5..2dd5064c4b2978b7e4b4d7b78d5a891ff2460512 100644 (file)
@@ -127,8 +127,6 @@ extern "C" {
  *     F_true on success when performing verification and verify passed.
  *     F_false on success when performing verification and verify failed.
  *     F_interrupt on (exit) signal received.
- *
- *     F_parameter (with error bit) if main is NULL or setting is NULL.
  */
 #ifndef _di_fss_read_main_
   extern void fss_read_main(void * const main);
@@ -167,8 +165,6 @@ extern "C" {
  *   This alters main.setting.state.status:
  *     F_none on success.
  *
- *     F_parameter (with error bit) if main is NULL or setting is NULL.
- *
  *     Errors (with error bit) from: f_string_dynamic_append_assure().
  *
  *     Errors (with error bit) from: fss_read_signal_check().
index 86e79b964a756d75270a1ccef15338d828f2a23f..a5fdf2b1e101bc54c6ebbf5fb2c66f02e2b0a769 100644 (file)
@@ -69,8 +69,6 @@ extern int main(const int argc, const f_string_t *argv, const f_string_t *envp);
  *     F_data_not on success but nothing was provided to operate with.
  *     F_interrupt on (exit) signal received.
  *
- *     F_parameter (with error bit) if main is NULL or setting is NULL.
- *
  *     Errors (with error bit) from: f_console_parameter_process().
  *     Errors (with error bit) from: f_file_stream_open().
  *     Errors (with error bit) from: f_string_dynamics_resize().
index 4a37ea4a3d2f87a1502b4d1c01ed9e22b53d7cc9..44c7273ac2ceea42b39f782a04931b015d91411d 100644 (file)
@@ -91,8 +91,6 @@ extern "C" {
  *     F_none on success but line not yet found.
  *     F_success on success and line is found and printed.
  *
- *     F_parameter (with error bit) if main is NULL or setting is NULL.
- *
  *     Errors (with error bit) from: f_string_dynamic_append_assure().
  *
  *     Errors (with error bit) from: fss_read_signal_check().
index b97f2a944cb8d1aa2a5f3c2571e779454ec50ca8..5d8dc410ceb4a2b7a03eb5c7bc1d4fcaf17edd6c 100644 (file)
@@ -127,8 +127,6 @@ extern "C" {
  *   This alters main.setting.state.status:
  *     F_none on success.
  *     F_interrupt on (exit) signal received.
- *
- *     F_parameter (with error bit) if main is NULL or setting is NULL.
  */
 #ifndef _di_fss_read_payload_process_set_
   extern void fss_read_payload_process_set(void * const main);
@@ -151,7 +149,6 @@ extern "C" {
  *   This alters setting.state.status:
  *     F_none on success.
  *
- *     F_parameter (with error bit) if main is NULL or setting is NULL.
  *     F_parameter (with error bit) on parameter error.
  *
  *   This alters setting.state.status: