From: mquinson Date: Tue, 15 Jun 2010 22:15:01 +0000 (+0000) Subject: fix a bug breaking every navigation tabs. Damn changing format of doxygen output X-Git-Tag: v3_5~940 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/852cb86555ad1fa1e8c13fefffa3b23c8806abc5 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 --- 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/