X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ba11850de8833a19ad5cff08ffd08905ce8940ee..2fa414c8d1b270f5c1fb41ed6fb38b6b499deef5:/tools/doxygen/doxygen_postprocesser.pl?ds=sidebyside diff --git a/tools/doxygen/doxygen_postprocesser.pl b/tools/doxygen/doxygen_postprocesser.pl index 29c500f479..fb7a566f80 100755 --- a/tools/doxygen/doxygen_postprocesser.pl +++ b/tools/doxygen/doxygen_postprocesser.pl @@ -39,22 +39,34 @@ my $top; my $current; my $entry; -$current->{'label'}="ROOT"; -push @{$top->{'down'}},$current; -print "Push $current as child of $top\n" if $debug{'parse'}; +# $current->{'label'}="ROOT"; +# push @{$top->{'down'}},$current; +# print "Push $current '".($current->{'label'})."' as child of $top '".($top->{'label'})."'\n" if $debug{'parse'}; +# $current=$top; +$top->{'label'}="ROOT"; +print "Create ROOT $top\n" if $debug{'parse'}; $current=$top; +# Read the whole data to postprocess it a bit +my $in; while () { + $in .= $_; +} +$in =~ s/