Fix invalid perl syntax in kdocAstUtil.pm

This resolves Bug 2543

Signed-off-by: François Andriot <francois.andriot@free.fr>
pull/1/head
François Andriot 9 years ago committed by Slávek Banko
parent b0ac7d2879
commit 7be2f6784d

@ -439,7 +439,7 @@ sub dumpAst
}
print "\t" x $depth, "Documentation nodes:\n" if defined
@{ $node->{Doc}->{ "Text" }};
$node->{Doc}->{ "Text" };
foreach $kid ( @{ $node->{Doc}->{ "Text" }} ) {
dumpAst( $kid );

Loading…
Cancel
Save