From d05b47c21dcd875feba6109bfb1f583ce579c4d5 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 12 May 2022 13:41:45 -0600 Subject: autodoc.pl: deb.c default section is debugging --- autodoc.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'autodoc.pl') diff --git a/autodoc.pl b/autodoc.pl index 3dd34213b3..5a89aaec8a 100644 --- a/autodoc.pl +++ b/autodoc.pl @@ -422,6 +422,7 @@ my %initial_file_section = ( 'av.c' => $AV_scn, 'av.h' => $AV_scn, 'cv.h' => $CV_scn, + 'deb.c' => $debugging_scn, 'dist/ExtUtils-ParseXS/lib/perlxs.pod' => $XS_scn, 'doio.c' => $io_scn, 'gv.c' => $GV_scn, -- cgit v1.2.1