This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make is_utf8_char_buf() a macro
[perl5.git] / utf8.c
diff --git a/utf8.c b/utf8.c
index 8d62b5f..1b684f2 100644 (file)
--- a/utf8.c
+++ b/utf8.c
@@ -310,7 +310,7 @@ Perl_uvchr_to_utf8_flags(pTHX_ U8 *d, UV uv, UV flags)
 /*
 =for apidoc is_utf8_char_buf
 
-This is identical to the macro isUTF8_CHAR.
+This is identical to the macro L</isUTF8_CHAR>.
 
 =cut */