From 6110b6c977dbca97a5d3b084503705b544de3604 Mon Sep 17 00:00:00 2001 From: Gavin Howard Date: Thu, 24 Jun 2021 10:49:00 -0600 Subject: More documentation and cleanup work Signed-off-by: Gavin Howard --- src/history.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/history.c') diff --git a/src/history.c b/src/history.c index 5d5fa559..5c1a8c4b 100644 --- a/src/history.c +++ b/src/history.c @@ -174,6 +174,7 @@ static void bc_history_add_empty(BcHistory *h); /** * Check if the code is a wide character. + * @param cp The codepoint to check. */ static bool bc_history_wchar(uint32_t cp) { @@ -196,6 +197,7 @@ static bool bc_history_wchar(uint32_t cp) { /** * Check if the code is a combining character. + * @param cp The codepoint to check. */ static bool bc_history_comboChar(uint32_t cp) { -- cgit v1.2.3