From: Tony Cook Date: Thu, 2 Dec 2021 00:12:03 +0000 (+1100) Subject: fix redundant apidoc warning X-Git-Tag: v5.35.7~60 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/e728f790bcefcaf1d8b42e2f7ee16a9125f0af22 fix redundant apidoc warning fixes #19250 --- diff --git a/perl.h b/perl.h index 4b528ab..99b1251 100644 --- a/perl.h +++ b/perl.h @@ -5426,7 +5426,7 @@ EXTCONST char *const PL_phase_names[]; /* =for apidoc_section $utility -=for apidoc Amd|char *const|phase_name|enum perl_phase +=for apidoc phase_name Returns the given phase's name as a NUL-terminated string.