Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Keep the button press.
authorNavarrop <Pierre.Navarro@imag.fr>
Tue, 30 Aug 2011 09:13:18 +0000 (11:13 +0200)
committerNavarrop <Pierre.Navarro@imag.fr>
Tue, 30 Aug 2011 09:13:18 +0000 (11:13 +0200)
tools/doxygen/doxygen_postprocesser.pl

index 5df7285..d2e9256 100755 (executable)
@@ -399,7 +399,9 @@ foreach my $file (@allfiles) {
              || $file =~ /^html\/publis.*/ 
              || $file =~ /^html\/people.*/ 
              || $file =~ /^html\/history.*/ 
              || $file =~ /^html\/publis.*/ 
              || $file =~ /^html\/people.*/ 
              || $file =~ /^html\/history.*/ 
-             || $file =~ /^html\/contrib.*/)
+             || $file =~ /^html\/contrib.*/
+             || $file =~ /^html\/installSimgrid.*/
+                 || $file =~ /^html\/bindings.*/)
              {
                      my $filename = $file;
                      $filename =~ s/html\///g;
              {
                      my $filename = $file;
                      $filename =~ s/html\///g;