X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2be0e4648c5b7055580df1c265b7c43ee6763a46..77fecf4a12de7c801bcc93590a2901cafe74fc85:/tools/doxygen/doxygen_postprocesser.pl diff --git a/tools/doxygen/doxygen_postprocesser.pl b/tools/doxygen/doxygen_postprocesser.pl index 378b4cd057..a22e515be0 100755 --- a/tools/doxygen/doxygen_postprocesser.pl +++ b/tools/doxygen/doxygen_postprocesser.pl @@ -5,7 +5,7 @@ use strict; # Add here the pages of the documentation generated by a @page doxygen macro my @extra_files = qw(html/index.html html/pages.html html/modules.html html/annotated.html html/functions.html html/functions_vars.html index.php - html/GRAS_tut.html html/tracing.html html/installSimgrid.html html/bindings.html + html/GRAS_tut.html html/tracing.html html/platform.html html/install.html html/bindings.html html/options.html html/use.html html/pls.html html/FAQ.html); # GRAS tutorial @@ -392,9 +392,10 @@ foreach my $file (@allfiles) { # Rework the navbar and add menu for use.html # Fix the current "button" of buggy Doxygen tabs if($file =~ /^html\/use.*/ - || $file =~ /^html\/installSimgrid.*/ + || $file =~ /^html\/install.*/ || $file =~ /^html\/options.*/ || $file =~ /^html\/tracing.*/ + || $file =~ /^html\/platform.*/ || $file =~ /^html\/bindings.*/ || $file =~ /^html\/pls.*/ || $file =~ /^html\/modules.*/ @@ -404,13 +405,14 @@ foreach my $file (@allfiles) { { $tmp_buff .= '
'."\n"; $tmp_buff .= '
'."\n"; $tmp_buff .= ' '."\n";