From: Ian Jackson Date: Tue, 15 May 2018 14:41:14 +0000 (+0100) Subject: docs/parse-support-md: Correctly process caveats in multi-status sections X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~107 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bd9f5f7c6668227fa539eccf78faaaab17637ddd;p=xen.git docs/parse-support-md: Correctly process caveats in multi-status sections When SUPPORT.md uses the syntax Status, : the caveats were lost (not footnoted) because they were attached only to . Caveats occur in running text, so they are necessarily part of a real section, not an individual status line like that. So attach them to the RealSectNode, and look there for them. Reported-by: Lars Kurth Signed-off-by: Ian Jackson Acked-by: Lars Kurth Release-acked-by: Juergen Gross --- diff --git a/docs/parse-support-md b/docs/parse-support-md index 278072f583..99ce547c11 100755 --- a/docs/parse-support-md +++ b/docs/parse-support-md @@ -34,7 +34,7 @@ our $toplevel_sectlist = new_sectlist(); # $sectlist->{KEY}{Children} = a further $sectlist # $sectlist->{KEY}{Key} = KEY # $sectlist->{KEY}{RealSectNode} = us, or our parent -# $sectlist->{KEY}{HasCaveat}[VI] = trueish iff other in a Para +# $sectlist->{KEY}{RealSectNode}{HasCaveat}[VI] = trueish iff other in a Para # $sectlist->{KEY}{RealInSect} = containing real section in @insections, so # $sectlist->{KEY}{RealInSect}{HasDescription} = VI for some Emph in Para # $sectlist->{KEY}{RealInSect}{Anchor} = value for < id="" > in the pandoc html @@ -123,7 +123,7 @@ sub ri_Para { if ($had_feature) { my $sectnode = find_current_sectnode(); - $sectnode->{HasCaveat}[$version_index] = 1; + $sectnode->{RealSectNode}{HasCaveat}[$version_index] = 1; } else { $insection->{HasDescription} //= $version_index; } @@ -402,7 +402,7 @@ sub write_output_row ($) { my $nextcell = ''; if (!defined $colspan) { # first row of this RealInSect $colspan= ' colspan="2"'; - if ($sectnode->{HasCaveat}[$i] && $st + if ($sectnode->{RealSectNode}{HasCaveat}[$i] && $st && $sectnode->{RealInSect}{Anchor}) { my $rows = $sectnode->{RealInSect}{OwnRows}; $nextcell = '