summaryrefslogtreecommitdiff
path: root/autodoc.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-08 12:21:38 -0600
committerKarl Williamson <khw@cpan.org>2022-05-08 12:26:16 -0600
commitd63f0f6854e517d49033e561b44fcb454eb43c6e (patch)
treef185a68a12097ce14c16dedd8a406a654cd3d1fd /autodoc.pl
parent0c8e4929c80a0bb35495ab37bdee8bf515718c7e (diff)
downloadperl-d63f0f6854e517d49033e561b44fcb454eb43c6e.tar.gz
perlapi: default section for sv.[ch] is SV
Diffstat (limited to 'autodoc.pl')
-rw-r--r--autodoc.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/autodoc.pl b/autodoc.pl
index 45aa8ef1fa..f00c42d61a 100644
--- a/autodoc.pl
+++ b/autodoc.pl
@@ -439,6 +439,8 @@ my %initial_file_section = (
'pp_sort.c' => $SV_scn,
'regcomp.c' => $regexp_scn,
'regexp.h' => $regexp_scn,
+ 'sv.h' => $SV_scn,
+ 'sv.c' => $SV_scn,
'sv_inline.h' => $SV_scn,
'taint.c' => $tainting_scn,
'unicode_constants.h' => $unicode_scn,