summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2021-12-02 11:12:03 +1100
committerTony Cook <tony@develop-help.com>2021-12-02 11:12:03 +1100
commite728f790bcefcaf1d8b42e2f7ee16a9125f0af22 (patch)
tree77cb1bd19c1433cbb92282edda5485bcf11cab1e /perl.h
parent852c1a84672ff049d20d941d4df1decaabf3f3f0 (diff)
downloadperl-e728f790bcefcaf1d8b42e2f7ee16a9125f0af22.tar.gz
fix redundant apidoc warning
fixes #19250
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 4b528ab21f..99b125115f 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.