X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ada64beec413781e8e11cc6106c5411962cac0fb..cc5c4029e1b3601786e6373815f7f8b1ec2717b1:/tools/doxygen/doxygen_postprocesser.pl diff --git a/tools/doxygen/doxygen_postprocesser.pl b/tools/doxygen/doxygen_postprocesser.pl index f50d016372..ff05f060e1 100755 --- a/tools/doxygen/doxygen_postprocesser.pl +++ b/tools/doxygen/doxygen_postprocesser.pl @@ -359,14 +359,18 @@ foreach my $file (@allfiles) { if($file =~ /^html\/index\..*/){ $_ =~ s/
  • /
  • /g; $_ =~ s/
  • /
  • /g; - } - + } $_ =~ s/
  • /
  • /g; if($file =~ /^html\/pages\..*/){ $_ =~ s/
  • /
  • /g; } } + + if($file =~ /^html\/publis.*/){ + $_ =~ s/
    /
    /g; + $_ =~ s/
    /
    /g; + } # Add the FAQ PUBLIS PEOPLE HISTORY and CONTRIB to the top navbar. if( $_ =~ //){ @@ -382,6 +386,8 @@ foreach my $file (@allfiles) { $tmp_buff .= '
  • History
  • '."\n"; $tmp_buff .= '
  • Contrib
  • '."\n"; $tmp_buff .= '
  • FAQ Page
  • '."\n"; + $tmp_buff .= '
  • Simgrid Forge
  • '."\n"; + $tmp_buff .= '
  • Home
  • '."\n"; $tmp_buff .= $_; $tabs = 0;