]> Kevux Git Server - fll/commitdiff
Cleanup: Fix problems with comments.
authorKevin Day <thekevinday@gmail.com>
Wed, 14 Dec 2022 05:29:20 +0000 (23:29 -0600)
committerKevin Day <thekevinday@gmail.com>
Wed, 14 Dec 2022 05:29:20 +0000 (23:29 -0600)
22 files changed:
level_0/f_console/c/console/common.h
level_3/byte_dump/c/byte_dump.h
level_3/byte_dump/c/common.h
level_3/control/c/common.h
level_3/controller/c/common.h
level_3/fake/c/common.h
level_3/firewall/c/common.h
level_3/fss_basic_list_read/c/common.h
level_3/fss_basic_read/c/common.h
level_3/fss_embedded_list_read/c/common.h
level_3/fss_extended_list_read/c/common.h
level_3/fss_extended_read/c/common.h
level_3/fss_identify/c/common.h
level_3/fss_payload_read/c/common.h
level_3/fss_write/c/main/common.h
level_3/fss_write/c/main/fss_write.c
level_3/fss_write/c/main/main.h
level_3/fss_write/c/payload/fss_write.h
level_3/iki_read/c/main/common.h
level_3/iki_write/c/main/common.h
level_3/status_code/c/main/common.h
level_3/utf8/c/main/common.h

index 34c46166afa2602255f225c3239559640806bb95..02a01b29b9c85c795ee89a8fda95a92da5330438 100644 (file)
@@ -391,7 +391,7 @@ extern "C" {
  * symbol_long:   The NULL terminated multi-character string, such as 'help' in '--help'.
  * symbol_simple: The NULL terminated parameter that has no prefix, such as 'all' in 'make all'.
  * values_total:  Designates that a parameter will have a given number of values arguments, such as 'blue' in '--color blue'.
- * flag:          A set of bits for providing.
+ * flag:          A set of bits for providing states associated with the parameter.
  * result:        A set of bits representing if and how the parameter is found (such as '-h' vs '--help').
  * location:      The last location in argv[] where this parameter is found.
  * location_sub:  The last sub-location at location in argv (only used by short parameters, such as -h or +l).
index b117547754baa6a8aa33a17835494651163b9f45..60294204996a71ee8cb5c653f7e8f26446534ee2 100644 (file)
@@ -104,7 +104,7 @@ extern "C" {
  *
  * This prints error messages as appropriate.
  *
- * If either main or setting is NULL, then this immediately retuns without doing anything.
+ * If either main or setting is NULL, then this immediately returns without doing anything.
  *
  * @param arguments
  *   The parameters passed to the process (often referred to as command line arguments).
index 90dc0bb59cb7d009a90effa75d488628e5a20a16..da28d4a86905562754f5eb83a6103e90be8334a2 100644 (file)
@@ -354,10 +354,10 @@ extern "C" {
 #endif // _di_byte_dump_parameter_d_
 
 /**
- * Flags used to represent flags passed to the main function.
+ * Flags passed to the main function or program.
  *
  * byte_dump_main_flag_*_e:
- *   - none:          No modes in use.
+ *   - none:          No flags set.
  *   - file_from:     Using a specified source file.
  *   - file_to:       Using a specified destination file.
  *   - help:          Print help.
index 4620183cf6af0ae72fb83c9542382798a0395204..5378347f4ab54e19c7752fcdddfc99ebdc37c365 100644 (file)
@@ -188,10 +188,10 @@ extern "C" {
 #endif // _di_control_payload_type_e_
 
 /**
- * Flags used to represent flags passed to the main function.
+ * Flags passed to the main function or program.
  *
  * control_main_flag_*_e:
- *   - none:          No modes in use.
+ *   - none:          No flags set.
  *   - file_from:     Using a specified source file.
  *   - file_to:       Using a specified destination file.
  *   - help:          Print help.
@@ -325,7 +325,7 @@ extern "C" {
  *
  * This prints error messages as appropriate.
  *
- * If either main or setting is NULL, then this immediately retuns without doing anything.
+ * If either main or setting is NULL, then this immediately returns without doing anything.
  *
  * @param arguments
  *   The parameters passed to the process (often referred to as command line arguments).
index 26a9ad6f0d6b186c426bc47c59a614a1aa6cf426..6631066c3b45da746edb1988360a153e86e2e490 100644 (file)
@@ -446,10 +446,10 @@ extern "C" {
 #endif // _di_controller_resource_limit_type_d_
 
 /**
- * Flags used to represent flags passed to the main function.
+ * Flags passed to the main function or program.
  *
  * controller_main_flag_*_e:
- *   - none:          No modes in use.
+ *   - none:          No flags set.
  *   - file_from:     Using a specified source file.
  *   - file_to:       Using a specified destination file.
  *   - help:          Print help.
@@ -718,7 +718,7 @@ extern "C" {
  *
  * This prints error messages as appropriate.
  *
- * If either main or setting is NULL, then this immediately retuns without doing anything.
+ * If either main or setting is NULL, then this immediately returns without doing anything.
  *
  * @param arguments
  *   The parameters passed to the process (often referred to as command line arguments).
index bda8931b3ef7fc637b8a053bc3196b7e43de8c51..3d11962359fbb495797f597d65040905bb846bcd 100644 (file)
@@ -503,10 +503,10 @@ extern "C" {
 #endif // _di_fake_parameter_d_
 
 /**
- * Flags used to represent flags passed to the main function.
+ * Flags passed to the main function or program.
  *
  * fake_main_flag_*_e:
- *   - none:          No modes in use.
+ *   - none:          No flags set.
  *   - file_from:     Using a specified source file.
  *   - file_to:       Using a specified destination file.
  *   - help:          Print help.
@@ -587,7 +587,7 @@ extern "C" {
  *
  * This prints error messages as appropriate.
  *
- * If either main or setting is NULL, then this immediately retuns without doing anything.
+ * If either main or setting is NULL, then this immediately returns without doing anything.
  *
  * @param arguments
  *   The parameters passed to the process (often referred to as command line arguments).
index 2db393499b070166cf02c76382460e5e1f1b37c5..622bbddc27459aa50ecef1b6431cc04f9ad54422 100644 (file)
@@ -410,10 +410,10 @@ extern "C" {
 #endif // _di_firewall_parameter_d_
 
 /**
- * Flags used to represent flags passed to the main function.
+ * Flags passed to the main function or program.
  *
  * firewall_main_flag_*_e:
- *   - none:          No modes in use.
+ *   - none:          No flags set.
  *   - file_from:     Using a specified source file.
  *   - file_to:       Using a specified destination file.
  *   - help:          Print help.
@@ -491,7 +491,7 @@ extern "C" {
  *
  * This prints error messages as appropriate.
  *
- * If either main or setting is NULL, then this immediately retuns without doing anything.
+ * If either main or setting is NULL, then this immediately returns without doing anything.
  *
  * @param arguments
  *   The parameters passed to the process (often referred to as command line arguments).
index d94e7389e512fdfb9d3f48bb780dc760bf5dc665..98bd5518f956451d86de1fd83de05a50bbc1ff99 100644 (file)
@@ -306,10 +306,10 @@ extern "C" {
 #endif // _di_fss_basic_list_read_delimit_mode_e_
 
 /**
- * Flags used to represent flags passed to the main function.
+ * Flags passed to the main function or program.
  *
  * fss_basic_list_read_main_flag_*_e:
- *   - none:          No modes in use.
+ *   - none:          No flags set.
  *   - file_from:     Using a specified source file.
  *   - file_to:       Using a specified destination file.
  *   - help:          Print help.
@@ -387,7 +387,7 @@ extern "C" {
  *
  * This prints error messages as appropriate.
  *
- * If either main or setting is NULL, then this immediately retuns without doing anything.
+ * If either main or setting is NULL, then this immediately returns without doing anything.
  *
  * @param arguments
  *   The parameters passed to the process (often referred to as command line arguments).
index 71e55bd21904acc4dfb90a13c8ffc7cde04a11ca..1a4bffbd22102c13e763562742ae4291dccd5ab1 100644 (file)
@@ -304,10 +304,10 @@ extern "C" {
 #endif // _di_fss_basic_read_delimit_mode_e_
 
 /**
- * Flags used to represent flags passed to the main function.
+ * Flags passed to the main function or program.
  *
  * fss_basic_read_main_flag_*_e:
- *   - none:          No modes in use.
+ *   - none:          No flags set.
  *   - file_from:     Using a specified source file.
  *   - file_to:       Using a specified destination file.
  *   - help:          Print help.
@@ -385,7 +385,7 @@ extern "C" {
  *
  * This prints error messages as appropriate.
  *
- * If either main or setting is NULL, then this immediately retuns without doing anything.
+ * If either main or setting is NULL, then this immediately returns without doing anything.
  *
  * @param arguments
  *   The parameters passed to the process (often referred to as command line arguments).
index a1101123eb907f59e0cba9210b59161791f32ee6..89b8fd5e63812999b666059192663a049456b16b 100644 (file)
@@ -287,10 +287,10 @@ extern "C" {
 #endif // _di_fss_embedded_list_read_delimit_mode_e_
 
 /**
- * Flags used to represent flags passed to the main function.
+ * Flags passed to the main function or program.
  *
  * fss_embedded_list_read_main_flag_*_e:
- *   - none:          No modes in use.
+ *   - none:          No flags set.
  *   - file_from:     Using a specified source file.
  *   - file_to:       Using a specified destination file.
  *   - help:          Print help.
@@ -368,7 +368,7 @@ extern "C" {
  *
  * This prints error messages as appropriate.
  *
- * If either main or setting is NULL, then this immediately retuns without doing anything.
+ * If either main or setting is NULL, then this immediately returns without doing anything.
  *
  * @param arguments
  *   The parameters passed to the process (often referred to as command line arguments).
index f4d6f279f122f84e1ea68fd307bdfebcf4372a3b..951476806866cbcf43bcf47e19e009434aeac75b 100644 (file)
@@ -304,10 +304,10 @@ extern "C" {
 #endif // _di_fss_extended_list_read_delimit_mode_e_
 
 /**
- * Flags used to represent flags passed to the main function.
+ * Flags passed to the main function or program.
  *
  * fss_extended_list_read_main_flag_*_e:
- *   - none:          No modes in use.
+ *   - none:          No flags set.
  *   - file_from:     Using a specified source file.
  *   - file_to:       Using a specified destination file.
  *   - help:          Print help.
@@ -402,7 +402,7 @@ extern "C" {
  *
  * This prints error messages as appropriate.
  *
- * If either main or setting is NULL, then this immediately retuns without doing anything.
+ * If either main or setting is NULL, then this immediately returns without doing anything.
  *
  * @param arguments
  *   The parameters passed to the process (often referred to as command line arguments).
index a0b2489124fd230b03ba570c2ed0f957040eb6a1..d4bbb4f6b4c441f44c8f3d75d8e331280eac35f9 100644 (file)
@@ -303,10 +303,10 @@ extern "C" {
 #endif // _di_fss_extended_read_delimit_mode_e_
 
 /**
- * Flags used to represent flags passed to the main function.
+ * Flags passed to the main function or program.
  *
  * fss_extended_read_main_flag_*_e:
- *   - none:          No modes in use.
+ *   - none:          No flags set.
  *   - file_from:     Using a specified source file.
  *   - file_to:       Using a specified destination file.
  *   - help:          Print help.
@@ -384,7 +384,7 @@ extern "C" {
  *
  * This prints error messages as appropriate.
  *
- * If either main or setting is NULL, then this immediately retuns without doing anything.
+ * If either main or setting is NULL, then this immediately returns without doing anything.
  *
  * @param arguments
  *   The parameters passed to the process (often referred to as command line arguments).
index fec33c75f46626530c53564e3f941a50f013ba2a..c524174a6de6ced759878c2cc4936d1b6cd99547 100644 (file)
@@ -153,10 +153,10 @@ extern "C" {
 #endif // _di_fss_identify_parameter_d_
 
 /**
- * Flags used to represent flags passed to the main function.
+ * Flags passed to the main function or program.
  *
  * fss_identify_main_flag_*_e:
- *   - none:          No modes in use.
+ *   - none:          No flags set.
  *   - file_from:     Using a specified source file.
  *   - file_to:       Using a specified destination file.
  *   - help:          Print help.
@@ -234,7 +234,7 @@ extern "C" {
  *
  * This prints error messages as appropriate.
  *
- * If either main or setting is NULL, then this immediately retuns without doing anything.
+ * If either main or setting is NULL, then this immediately returns without doing anything.
  *
  * @param arguments
  *   The parameters passed to the process (often referred to as command line arguments).
index 6afc92b3a0de0b19319fc46d199e292b6a08482e..84c8c75ae2e8effc69709961286615444572a115 100644 (file)
@@ -298,10 +298,10 @@ extern "C" {
 #endif // _di_fss_payload_read_delimit_mode_e_
 
 /**
- * Flags used to represent flags passed to the main function.
+ * Flags passed to the main function or program.
  *
  * fss_payload_read_main_flag_*_e:
- *   - none:       No modes in use.
+ *   - none:       No flags set.
  *   - at:         Selecting at a specific index.
  *   - content:    Print Contents.
  *   - help:       Print help.
@@ -391,7 +391,7 @@ extern "C" {
  *
  * This prints error messages as appropriate.
  *
- * If either main or setting is NULL, then this immediately retuns without doing anything.
+ * If either main or setting is NULL, then this immediately returns without doing anything.
  *
  * @param arguments
  *   The parameters passed to the process (often referred to as command line arguments).
index 05b585c6301b0b06c98748208fd103dd7ea85b13..ba21e60edc0162effeee1776e41094b9b0ceaeb3 100644 (file)
@@ -284,10 +284,10 @@ extern "C" {
 #endif // _di_fss_write_parameter_d_
 
 /**
- * Flags used to represent flags passed to the main function.
+ * Flags passed to the main function or program.
  *
  * fss_write_flag_*_e:
- *   - none:             No modes in use.
+ *   - none:             No flags set.
  *   - content:          The Content being written is specified.
  *   - content_end:      The Content end characters are to be printed.
  *   - content_multiple: Designate that multiple Content is allowed for an Object for this standard rather than a single Content per Object.
@@ -353,9 +353,6 @@ extern "C" {
  * content:  A pointer to a specific Content used during processing.
  * contents: A pointer to a specific set of Content used during processing.
  *
- * program_name:      The short name of the program.
- * program_name_long: The human friendly name of the program.
- *
  * process_content: Process a single Content.
  * process_help:    Process help (generally printing help).
  * process_normal:  Process normally (data from parameters and files).
@@ -451,7 +448,7 @@ extern "C" {
  *
  * This prints error messages as appropriate.
  *
- * If either main or setting is NULL, then this immediately retuns without doing anything.
+ * If either main or setting is NULL, then this immediately returns without doing anything.
  *
  * @param arguments
  *   The parameters passed to the process (often referred to as command line arguments).
index c4a05297377feddce9a71f661f057f038636d66c..a07d92f695a6a8410623151c0774a39b6e0a25aa 100644 (file)
@@ -36,7 +36,7 @@ extern "C" {
 
     if (setting->flag & (fss_write_flag_object_e | fss_write_flag_content_e | fss_write_flag_object_open_e | fss_write_flag_content_next_e | fss_write_flag_content_end_e)) {
       if (setting->process_normal) {
-        setting->process_normal(main, setting);
+        setting->process_normal(main, (void *) setting);
         if (F_status_is_error(setting->status)) return;
       }
     }
index a57126255647d30d6d4da8e4e762e385bf3b2c41..0bfb66a9f31419acd48542d7da8eec4caef7d976 100644 (file)
@@ -55,7 +55,7 @@ extern int main(const int argc, const f_string_t *argv, const f_string_t *envp);
  *
  * This prints error messages as appropriate.
  *
- * If either main or setting is NULL, then this immediately retuns without doing anything.
+ * If either main or setting is NULL, then this immediately returns without doing anything.
  *
  * @param arguments
  *   The parameters passed to the process (often referred to as command line arguments).
index 7a874556bffe028045b2ef5101c8f55ce0b52aba..4b1fb689878270a2ad5cc1692c7767ded4510761 100644 (file)
@@ -118,7 +118,7 @@ extern "C" {
  *
  * This prints error messages as appropriate.
  *
- * If either main or setting is NULL, then this immediately retuns without doing anything.
+ * If either main or setting is NULL, then this immediately returns without doing anything.
  *
  * @param arguments
  *   The parameters passed to the process (often referred to as command line arguments).
index 3221d7cf82a3a92e40c61f6c9ab19d7e33ff9ef4..7282f215890116079e1ff7ca77e405792806763b 100644 (file)
@@ -243,10 +243,10 @@ extern "C" {
 #endif // _di_iki_read_substitution_t_
 
 /**
- * Flags used to represent flags passed to the main function.
+ * Flags passed to the main function or program.
  *
  * iki_read_main_flag_*_e:
- *   - none:       No modes in use.
+ *   - none:       No flags set.
  *   - at:         Selecting at a specific index.
  *   - content:    Print Contents.
  *   - help:       Print help.
@@ -382,7 +382,7 @@ extern "C" {
  *
  * This prints error messages as appropriate.
  *
- * If either main or setting is NULL, then this immediately retuns without doing anything.
+ * If either main or setting is NULL, then this immediately returns without doing anything.
  *
  * @param arguments
  *   The parameters passed to the process (often referred to as command line arguments).
index 469c50669b6ea0ed12ac0d25765c0edb6585a104..58003fa7754bd95a362fb6bbb5a01d42018c660c 100644 (file)
@@ -172,10 +172,10 @@ extern "C" {
 #endif // _di_iki_write_parameter_d_
 
 /**
- * Flags used to represent flags passed to the main function.
+ * Flags passed to the main function or program.
  *
  * iki_write_main_flag_*_e:
- *   - none:     No modes in use.
+ *   - none:     No flags set.
  *   - content:  The Content being written is specified.
  *   - file_to:  Using a specified destination file.
  *   - help:     Print help.
@@ -273,7 +273,7 @@ extern "C" {
  *
  * This prints error messages as appropriate.
  *
- * If either main or setting is NULL, then this immediately retuns without doing anything.
+ * If either main or setting is NULL, then this immediately returns without doing anything.
  *
  * @param arguments
  *   The parameters passed to the process (often referred to as command line arguments).
index ce0b1199e682f620a922bc78e72c3c080a97f790..265a03402c045cf91a9e7c764e4fd23527b59ca8 100644 (file)
@@ -184,12 +184,12 @@ extern "C" {
 #endif // _di_status_code_parameter_d_
 
 /**
- * Flags used to represent flags passed to the main function.
+ * Flags passed to the main function or program.
  *
  * When number mode is not specified, then mode is "string" mode (there is no flag for "string" mode).
  *
  * status_code_main_flag_*_e:
- *   - none:    No modes in use.
+ *   - none:    No flags set.
  *   - error:   Check if status is "error".
  *   - fine:    Check if status is "fine".
  *   - help:    Print help.
@@ -276,7 +276,7 @@ extern "C" {
  *
  * This prints error messages as appropriate.
  *
- * If either main or setting is NULL, then this immediately retuns without doing anything.
+ * If either main or setting is NULL, then this immediately returns without doing anything.
  *
  * @param arguments
  *   The parameters passed to the process (often referred to as command line arguments).
index 722b1b1d9a3ebc508c4fd8730a5e007394d7a009..756225b67cc4367411a8afc023ae5a107a60bf5b 100644 (file)
@@ -309,7 +309,7 @@ extern "C" {
  * Modes used to designate how to the input and output are to be processed.
  *
  * utf8_mode_*_e:
- *   - none: No modes in use.
+ *   - none: No flags set.
  *
  * utf8_mode_from_*_e:
  *   - bytesequence: The input format is bytesequence.
@@ -334,10 +334,10 @@ extern "C" {
 #endif // _di_utf8_modes_e_
 
 /**
- * Flags used to represent flags passed to the main function.
+ * Flags passed to the main function or program.
  *
  * utf8_main_flag_*_e:
- *   - none:           No modes in use.
+ *   - none:           No flags set.
  *   - file_from:      Using a specified source file.
  *   - file_to:        Using a specified destination file.
  *   - header:         Enable printing of headers.
@@ -455,7 +455,7 @@ extern "C" {
  *
  * This prints error messages as appropriate.
  *
- * If either main or setting is NULL, then this immediately retuns without doing anything.
+ * If either main or setting is NULL, then this immediately returns without doing anything.
  *
  * @param arguments
  *   The parameters passed to the process (often referred to as command line arguments).