Skip to content

Commit

Permalink
Update macro_impl.h: Update doc (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyawk authored Oct 25, 2024
1 parent fa1742b commit 2971020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libc_replacer/cc/internal/macro_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 2971020

Please sign in to comment.