From 7bdc52bc2be8960746a0dacc4b904c340f0deb77 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sat, 22 Nov 2025 10:10:37 -0600 Subject: [PATCH] Cleanup: Add missing documentation on wrap_up_stop. --- level_0/f_console/c/console/common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/level_0/f_console/c/console/common.h b/level_0/f_console/c/console/common.h index 7f0e0ce..84d94b2 100644 --- a/level_0/f_console/c/console/common.h +++ b/level_0/f_console/c/console/common.h @@ -306,6 +306,8 @@ extern "C" { * Set status to F_process to perform normal operations after executing the callback. * The F_break, F_continue, and depth are not used for this type. * + * - wrap_up_stop: This is identical to the wrap_up, but it happens due to the stop point being reached. + * * When using the callback, then the responsibility of ensuring the proper and secure handling of the data is on in the callback. * Failure to properly handle this can lead to integrity and security issues. * -- 1.8.3.1