From 2022012d6514578bd53a91b3048d08cf8686e233 Mon Sep 17 00:00:00 2001 From: Zuhaitz Méndez Fernández de Aránguiz Date: Mon, 26 Jan 2026 02:45:47 +0000 Subject: Improved documentation for header files in src/ and plugins/ --- tests/features/fstring_lib.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/features/fstring_lib.h') diff --git a/tests/features/fstring_lib.h b/tests/features/fstring_lib.h index ef292d2..adfa376 100644 --- a/tests/features/fstring_lib.h +++ b/tests/features/fstring_lib.h @@ -2,6 +2,10 @@ #ifndef FSTRING_LIB_H #define FSTRING_LIB_H +/** + * @brief Helper function for f-string test. + * @return A constant integer value. + */ static int lib_val() { return 99; } -- cgit v1.2.3