diff options
| author | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-26 02:45:47 +0000 |
|---|---|---|
| committer | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-26 02:45:47 +0000 |
| commit | 2022012d6514578bd53a91b3048d08cf8686e233 (patch) | |
| tree | e9fb39723214d58fc54456109c3cc0878155280b /tests/features/fstring_lib.h | |
| parent | 894e4c69cc10242fc49bcaadf76b672607867d67 (diff) | |
Improved documentation for header files in src/ and plugins/
Diffstat (limited to 'tests/features/fstring_lib.h')
| -rw-r--r-- | tests/features/fstring_lib.h | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |
