X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1fcc8dd3e67dc3f7c1e789459028a361a1c86b5f..4e651064c117835e8a9340bc416a6dc1781cc56d:/tools/doxygen/doxygen_postprocesser.pl diff --git a/tools/doxygen/doxygen_postprocesser.pl b/tools/doxygen/doxygen_postprocesser.pl index 5ba927c692..bd15975168 100755 --- a/tools/doxygen/doxygen_postprocesser.pl +++ b/tools/doxygen/doxygen_postprocesser.pl @@ -5,8 +5,8 @@ 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/options.html html/use.html html/gtnets.html - html/ns3.html); + html/GRAS_tut.html html/tracing.html html/installSimgrid.html html/bindings.html + html/options.html html/use.html html/pls.html); # GRAS tutorial map {push @extra_files, "html/GRAS_tut_$_.html"} qw (intro @@ -251,8 +251,9 @@ sub handle_page { print TO "$_"; last if ((m||)&&($found_div_tabs)); } - + print TO "\n\n"; + foreach (@tabs) { # print "TAB: $_"; print TO "$_"; @@ -339,7 +340,6 @@ add_tabs_to_module_html; ### map {push @allfiles,$_} @extra_files; print "All files: ".(join(", ",@allfiles))."\n" if $debug{'parse'}; - my $tabs; foreach my $file (@allfiles) { @@ -395,10 +395,11 @@ foreach my $file (@allfiles) { || $file =~ /^html\/options.*/ || $file =~ /^html\/tracing.*/ || $file =~ /^html\/bindings.*/ - || $file =~ /^html\/gtnets.*/ - || $file =~ /^html\/ns3.*/ + || $file =~ /^html\/pls.*/ || $file =~ /^html\/modules.*/ - || $file =~ /^html\/annotated.*/) + || $file =~ /^html\/annotated.*/ + || $file =~ /^html\/group__.*/ + || $file =~ /^html\/functions.*/) { $tmp_buff .= '
'."\n"; $tmp_buff .= '
'."\n"; $tmp_buff .= ' '."\n"; @@ -433,6 +433,14 @@ foreach my $file (@allfiles) { $tmp_buff =~ s/
  • /
  • /g; $tmp_buff =~ s/
  • /
  • /g; } + if($file =~ /^html\/group__.*/) + { + $tmp_buff =~ s/
  • /
  • /g; + } + if($file =~ /^html\/functions.*/) + { + $tmp_buff =~ s/
  • /
  • /g; + } print TO $tmp_buff; @@ -440,9 +448,18 @@ foreach my $file (@allfiles) { } s|Modules|Modules API|g; s|Related Pages
  • \n||g; - s|
  • Modules API
  • \n||g; - s|
  • Data Structures
  • \n||g; s|
  • Modules API
  • \n||g; + s|
  • Modules API
  • \n||g; + if($file =~ /^html\/group__.*/) + { + s|
  • |
  • |g; + s|
  • Modules API
  • \n|
  • Modules API
  • \n|g; + } + else + { + s|
  • Modules API
  • \n||g; + } + s|
  • Data Structures
  • \n||g; s|
  • Data Structures
  • \n||g; s|Related Pages<|Documentation index<|g;