summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-09 05:31:53 -0600
committerKarl Williamson <khw@cpan.org>2022-05-09 05:41:14 -0600
commit9c59b744ca6c1ca3ef00e737179e29ee4b94be68 (patch)
treea25c4b1571bd464f324a2fbd3d69acc1e51609e9 /regen
parent300ff263fbad8007ca52d84a8be8b98fba791a3c (diff)
downloadperl-9c59b744ca6c1ca3ef00e737179e29ee4b94be68.tar.gz
regen/mg_vtable.pl: Output section for perlapi
This script regenerates a portion of perlguts, including notes for generating perlapi. Those notes were lacking the section name in perlapi that the documentation should apply to.
Diffstat (limited to 'regen')
-rw-r--r--regen/mg_vtable.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/regen/mg_vtable.pl b/regen/mg_vtable.pl
index 0dd27301b5..215c71034e 100644
--- a/regen/mg_vtable.pl
+++ b/regen/mg_vtable.pl
@@ -436,6 +436,7 @@ EOH
for my $magic (sort @names) {
if ($first) {
$first = 0;
+ print "=for apidoc_section \$magic\n";
print "=for apidoc AmnhU||PERL_MAGIC_$magic\n";
}
else {