From 852cb86555ad1fa1e8c13fefffa3b23c8806abc5 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 15 Jun 2010 22:15:01 +0000 Subject: [PATCH] fix a bug breaking every navigation tabs. Damn changing format of doxygen output git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7869 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- tools/doxygen/doxygen_postprocesser.pl | 37 +++++++++++++++++++++----- 1 file changed, 30 insertions(+), 7 deletions(-) diff --git a/tools/doxygen/doxygen_postprocesser.pl b/tools/doxygen/doxygen_postprocesser.pl index 29c500f479..d412ec9d2e 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/