Skip to content

Commit 613101d

Browse files
committed
Silence autodoc warning
This was recently introduced in 194d4ea The warning was that IS_SAFE_SYSCALL has no long name. We currently don't typically have long names for macros. The solution is to mark it as a macro; autodoc thought it must be a function. Spotted by Dave Mitchell.
1 parent ca40375 commit 613101d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inline.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3289,8 +3289,8 @@ Perl_uv_to_utf8_flags(pTHX_ U8 *d, UV uv, UV flags)
32893289
/*
32903290
=for apidoc_section $utility
32913291
3292-
=for apidoc is_safe_syscall
3293-
=for apidoc_item ||IS_SAFE_SYSCALL|
3292+
=for apidoc is_safe_syscall
3293+
=for apidoc_item m||IS_SAFE_SYSCALL
32943294
32953295
These are synonymous.
32963296

0 commit comments

Comments
 (0)