From 2971020868e53ba735e29a362e7a15081ce012f0 Mon Sep 17 00:00:00 2001 From: yuyawk <46620009+yuyawk@users.noreply.github.com> Date: Sat, 26 Oct 2024 03:05:09 +0900 Subject: [PATCH] Update macro_impl.h: Update doc (#26) --- libc_replacer/cc/internal/macro_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc_replacer/cc/internal/macro_impl.h b/libc_replacer/cc/internal/macro_impl.h index a4946eb..04a91d8 100644 --- a/libc_replacer/cc/internal/macro_impl.h +++ b/libc_replacer/cc/internal/macro_impl.h @@ -119,7 +119,7 @@ foo, bar /// @brief Intermediate representation inside /// @c LIBC_REPLACER_INTERNAL_RETURN_IF_NOT_VOID_TWO_PARAMETERS_IF_VOID -/// appearing when @c ret_t is either of @c void, @c void*, @c void**, etc. +/// appearing when @c ret_t is @c void. /// @param ret_t Type argument to be checked. #define LIBC_REPLACER_INTERNAL_RETURN_IF_NOT_VOID_TWO_PARAMETERS_IF_VOID_void( \ ret_t) \