summaryrefslogtreecommitdiff
path: root/inline.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-08-21 11:17:18 -0600
committerKarl Williamson <khw@cpan.org>2021-08-21 11:18:41 -0600
commit247cc51ed37fda9b0c6568dc497ccb857b904f32 (patch)
tree552d8abd4eaf9a12aeacc34a0e286f164322b1d7 /inline.h
parent8a3a4b434595ae3b93f23a9d131dac79ceece82b (diff)
downloadperl-247cc51ed37fda9b0c6568dc497ccb857b904f32.tar.gz
Rmv redundant API info for isUTF8_char_flags
This resolves GH #19069
Diffstat (limited to 'inline.h')
-rw-r--r--inline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inline.h b/inline.h
index 31c68bd485..c02e4dcc47 100644
--- a/inline.h
+++ b/inline.h
@@ -2169,7 +2169,7 @@ Perl_utf8_hop_safe(const U8 *s, SSize_t off, const U8 *start, const U8 *end)
/*
-=for apidoc Am|STRLEN|isUTF8_CHAR_flags|const U8 *s|const U8 *e| const U32 flags
+=for apidoc isUTF8_CHAR_flags
Evaluates to non-zero if the first few bytes of the string starting at C<s> and
looking no further than S<C<e - 1>> are well-formed UTF-8, as extended by Perl,