]> Kevux Git Server - fll/commitdiff
Cleanup: Comments in f_console and redundant header includes in tests.
authorKevin Day <kevin@kevux.org>
Sun, 28 Jan 2024 06:29:10 +0000 (00:29 -0600)
committerKevin Day <kevin@kevux.org>
Sun, 28 Jan 2024 06:29:10 +0000 (00:29 -0600)
level_0/f_console/c/console.h
level_0/f_console/tests/unit/c/test-console-environment_process.c
level_0/f_console/tests/unit/c/test-console-identify.c
level_0/f_console/tests/unit/c/test-console-parameter_prioritize_left.c
level_0/f_console/tests/unit/c/test-console-parameter_prioritize_right.c
level_0/f_console/tests/unit/c/test-console-parameter_process.c
level_0/f_console/tests/unit/c/test-console-parameters_delete.c
level_0/f_console/tests/unit/c/test-console-parameters_destroy.c

index b1fbba963e9fe208b898774fc82a13d3b221fdc3..2d1a2ce2e9533843d6a426d5e73dff6ab3c77af7 100644 (file)
@@ -171,13 +171,13 @@ extern "C" {
  *     F_failure (with error bit) if width is not long enough to convert when processing arguments as UTF-8.
  *     F_interrupt (with error bit) if an interrupt is received via the state.interrupt callback.
  *     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_utf_char_to_character().
  * @param data
  *   (optional) A variable passed to the callback, if provided.
  *   Set to NULL to not use.
  *
- *   Errors (with error bit) from: f_memory_array_increase_by().
- *   Errors (with error bit) from: f_utf_char_to_character().
- *
  * @see f_memory_array_increase_by()
  * @see f_utf_char_to_character()
  */
index c103ce9551b6bcca28dd15708266f9375915bcab..f6a56f2285108aa0262eb8693da4a4f4c975378c 100644 (file)
@@ -1,5 +1,4 @@
 #include "test-console.h"
-#include "test-console-environment_process.h"
 
 #ifdef __cplusplus
 extern "C" {
index 4c1556da5a1fe2b57fc13ca8ca9088268bbaecb8..152c94972feeeb1643a53d4b03666afedb06c259 100644 (file)
@@ -1,5 +1,4 @@
 #include "test-console.h"
-#include "test-console-identify.h"
 
 #ifdef __cplusplus
 extern "C" {
index d36d19efc937fb4198fa26ede3bf2d51588f2a85..48980350901df09d14611f2f5e34a19a54da04c7 100644 (file)
@@ -1,5 +1,4 @@
 #include "test-console.h"
-#include "test-console-parameter_prioritize_left.h"
 
 #ifdef __cplusplus
 extern "C" {
index 0b7cc394f20c0faf827a8abd573b3cc8832aff29..67982e6a38b12aed0b842fa203d1deb9cbe98c6e 100644 (file)
@@ -1,5 +1,4 @@
 #include "test-console.h"
-#include "test-console-parameter_prioritize_right.h"
 
 #ifdef __cplusplus
 extern "C" {
index 96ca43605c8b386589142d865275b19c2ba3b9ea..7aa0ed2405f2d6910b863ffe55aa8843d39a5af1 100644 (file)
@@ -1,5 +1,4 @@
 #include "test-console.h"
-#include "test-console-parameter_process.h"
 
 #ifdef __cplusplus
 extern "C" {
index 79efb63f8b768a7f26fa1baf45462c41c3b02ca3..27988e54fdddc83c3d5f5bf8a9d932e87ebe3cd7 100644 (file)
@@ -1,5 +1,4 @@
 #include "test-console.h"
-#include "test-console-parameters_delete.h"
 
 #ifdef __cplusplus
 extern "C" {
index ab4e8c1e8b8e19358d3c7ffe3e6f9fd0be200280..eca19fa2d1145e61842a7410bf9bcffe57c2258b 100644 (file)
@@ -1,5 +1,4 @@
 #include "test-console.h"
-#include "test-console-parameters_destroy.h"
 
 #ifdef __cplusplus
 extern "C" {