Skip to content

Commit 7cc2957

Browse files
committed
autodoc: No longer need certain hash fields
Previous commits have removed all references to these
1 parent 3c591f2 commit 7cc2957

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

autodoc.pl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,6 @@ ($$)
10591059
}
10601060

10611061
$docs{$destpod}{$section}{$element_name}{pod} = $text;
1062-
$docs{$destpod}{$section}{$element_name}{file} = $file;
10631062
$docs{$destpod}{$section}{$element_name}{items} = \@items;
10641063
}
10651064

@@ -1574,7 +1573,6 @@ sub parse_config_h {
15741573
# All the information has been gathered; save it
15751574
push $docs{'api'}{$section}{$name}{items}->@*, $data;
15761575
$docs{'api'}{$section}{$name}{pod} = $configs{$name}{pod};
1577-
$docs{'api'}{$section}{$name}{file} = $config_h;
15781576
$docs{'api'}{$section}{$name}{usage}
15791577
= $configs{$name}{usage} if defined $configs{$name}{usage};
15801578
}
@@ -1616,8 +1614,6 @@ ($$$)
16161614
$element_name =~ s/\s*$//;
16171615

16181616
my $pod = $docref->{pod} // "";
1619-
my $file = $docref->{file};
1620-
16211617
my @items = $docref->{items}->@*;
16221618

16231619
my $item0 = ${$items[0]};

0 commit comments

Comments
 (0)