summaryrefslogtreecommitdiff
path: root/autodoc.pl
diff options
context:
space:
mode:
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,