X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ba11850de8833a19ad5cff08ffd08905ce8940ee..e501e032d9d5ca23f99cb7dad9832b616fb0145c:/tools/doxygen/doxygen_postprocesser.pl diff --git a/tools/doxygen/doxygen_postprocesser.pl b/tools/doxygen/doxygen_postprocesser.pl index 29c500f479..dac56a5dfa 100755 --- a/tools/doxygen/doxygen_postprocesser.pl +++ b/tools/doxygen/doxygen_postprocesser.pl @@ -4,7 +4,7 @@ use strict; # Add here the pages of the documentation generated by a @page doxygen macro my @extra_files = qw(html/index.html html/faq.html html/history.html html/contrib.html html/people.html - html/publis.html html/publis_core.html html/publis_extern.html html/publis_intra.html + html/publis.html html/publis__core.html html/publis__extern.html html/publis__intra.html html/pages.html html/modules.html index.php html/GRAS_tut.html); @@ -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/