File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1059,7 +1059,6 @@ ($$)
1059
1059
}
1060
1060
1061
1061
$docs {$destpod }{$section }{$element_name }{pod } = $text ;
1062
- $docs {$destpod }{$section }{$element_name }{file } = $file ;
1063
1062
$docs {$destpod }{$section }{$element_name }{items } = \@items ;
1064
1063
}
1065
1064
@@ -1574,7 +1573,6 @@ sub parse_config_h {
1574
1573
# All the information has been gathered; save it
1575
1574
push $docs {' api' }{$section }{$name }{items }-> @*, $data ;
1576
1575
$docs {' api' }{$section }{$name }{pod } = $configs {$name }{pod };
1577
- $docs {' api' }{$section }{$name }{file } = $config_h ;
1578
1576
$docs {' api' }{$section }{$name }{usage }
1579
1577
= $configs {$name }{usage } if defined $configs {$name }{usage };
1580
1578
}
@@ -1616,8 +1614,6 @@ ($$$)
1616
1614
$element_name =~ s /\s *$// ;
1617
1615
1618
1616
my $pod = $docref -> {pod } // " " ;
1619
- my $file = $docref -> {file };
1620
-
1621
1617
my @items = $docref -> {items }-> @*;
1622
1618
1623
1619
my $item0 = ${$items [0]};
You can’t perform that action at this time.
0 commit comments