By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2543
Collapse All | Expand All

(-)a/dcop/dcopidlng/kdocAstUtil.pm (-1 / +1 lines)
Lines 439-445 sub dumpAst Link Here
439
	}
439
	}
440
440
441
	print "\t" x $depth, "Documentation nodes:\n" if defined 
441
	print "\t" x $depth, "Documentation nodes:\n" if defined 
442
		@{ $node->{Doc}->{ "Text" }};
442
		$node->{Doc}->{ "Text" };
443
443
444
	foreach $kid ( @{ $node->{Doc}->{ "Text" }} ) {
444
	foreach $kid ( @{ $node->{Doc}->{ "Text" }} ) {
445
		dumpAst( $kid );
445
		dumpAst( $kid );

Return to bug 2543