From 36f453d19563f9476d4310b8310ce4080209b04f Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 17 Nov 2020 20:35:55 -0700 Subject: perlapi: Remove per-thread section; move to real scns Instead of having a grab bag section of all interpreter variables, move their documentation to the section that they actually fit under. --- autodoc.pl | 2 -- 1 file changed, 2 deletions(-) (limited to 'autodoc.pl') diff --git a/autodoc.pl b/autodoc.pl index 64491e7517..9df6266a9e 100644 --- a/autodoc.pl +++ b/autodoc.pl @@ -139,7 +139,6 @@ my $pack_scn = 'Pack and Unpack'; my $pad_scn = 'Pad Data Structures'; my $password_scn = 'Password and Group access'; my $paths_scn = 'Paths to system commands'; -my $intrpvar_scn = 'Per-Interpreter Variables'; my $prototypes_scn = 'Prototype information'; my $regexp_scn = 'REGEXP Functions'; my $signals_scn = 'Signals'; @@ -301,7 +300,6 @@ my %valid_sections = ( $pad_scn => {}, $password_scn => {}, $paths_scn => {}, - $intrpvar_scn => {}, $prototypes_scn => {}, $regexp_scn => {}, $signals_scn => {}, -- cgit v1.2.1