From 7a057bc554581aa10be0ae6aa0fe0cf9904111bd Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Thu, 9 Sep 2021 20:46:32 -0500 Subject: [PATCH] Cleanup: main program parameter documentation. --- level_3/control/c/control.h | 4 ++-- level_3/fss_identify/c/fss_identify.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/level_3/control/c/control.h b/level_3/control/c/control.h index e201af8..a7ced47 100644 --- a/level_3/control/c/control.h +++ b/level_3/control/c/control.h @@ -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. diff --git a/level_3/fss_identify/c/fss_identify.h b/level_3/fss_identify/c/fss_identify.h index 00fe8a0..b6791ba 100644 --- a/level_3/fss_identify/c/fss_identify.h +++ b/level_3/fss_identify/c/fss_identify.h @@ -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. -- 1.8.3.1