]> xenbits.xensource.com Git - people/liuw/xen.git/commitdiff
docs/parse-support-md: Adjust some (commented-out) debugging
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 3 Dec 2018 12:01:27 +0000 (12:01 +0000)
committerIan Jackson <ian.jackson@eu.citrix.com>
Mon, 10 Dec 2018 15:13:07 +0000 (15:13 +0000)
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Juergen Gross <jgross@suse.com>
docs/parse-support-md

index 66725236f27cdddb296917c328ed4364f5606245..bbe4d045e1b1ee1b91e46ae029535c9f789872ef 100755 (executable)
@@ -118,8 +118,8 @@ sub ri_Header {
 sub ri_Para {
     return unless @insections;
     my $insection = $insections[$#insections];
-#    print STDERR "ri_Para $version_index $had_feature ".
-#        $insection->{HasCaveat}." $insection->{Key}\n";
+#    print DEBUG "ri_Para ",
+#        Dumper($version_index, $had_feature, $insection);
 
     if ($had_feature) {
         my $sectnode = find_current_sectnode();