]> Kevux Git Server - fll/commitdiff
Cleanup: main program parameter documentation.
authorKevin Day <thekevinday@gmail.com>
Fri, 10 Sep 2021 01:46:32 +0000 (20:46 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 10 Sep 2021 02:33:58 +0000 (21:33 -0500)
level_3/control/c/control.h
level_3/fss_identify/c/fss_identify.h

index e201af818db2ddabfe09150f476da2dc516b2a7d..a7ced47621f4efdf19da59ebcaf6d5fbdb66d90d 100644 (file)
@@ -142,7 +142,7 @@ extern "C" {
  * @param arguments
  *   The parameters passed to the process.
  * @param main
- *   The program main.
+ *   The program main data.
  *
  * @return
  *   F_none on success.
@@ -161,7 +161,7 @@ extern "C" {
  * Be sure to call this after executing control_main().
  *
  * @param main
- *   The program main.
+ *   The program main data.
  *
  * @return
  *   F_none on success.
index 00fe8a08b26b487db6bf4ef4dcace7278990de0e..b6791ba4703d172797b49f5f409fd76b22cc08aa 100644 (file)
@@ -170,7 +170,7 @@ extern "C" {
  * @param arguments
  *   The parameters passed to the process.
  * @param main
- *   The program main.
+ *   The program main data.
  *
  * @return
  *   F_none on success.
@@ -189,7 +189,7 @@ extern "C" {
  * Be sure to call this after executing fss_identify_main().
  *
  * @param main
- *   The program main.
+ *   The program main data.
  *
  * @return
  *   F_none on success.