This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix redundant apidoc warning
authorTony Cook <tony@develop-help.com>
Thu, 2 Dec 2021 00:12:03 +0000 (11:12 +1100)
committerTony Cook <tony@develop-help.com>
Thu, 2 Dec 2021 00:12:03 +0000 (11:12 +1100)
fixes #19250

perl.h

diff --git a/perl.h b/perl.h
index 4b528ab..99b1251 100644 (file)
--- 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.