From: mquinson Date: Mon, 13 Feb 2006 15:16:00 +0000 (+0000) Subject: postprocess everything, reduce verbosity X-Git-Tag: v3.3~3444 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6bb42aeb7bde961cddc355194ba73cc5f056ba0d?ds=sidebyside postprocess everything, reduce verbosity git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1914 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/tools/doxygen/doxygen_postprocesser.pl b/tools/doxygen/doxygen_postprocesser.pl index a0756b3e82..3b6dc7c346 100755 --- a/tools/doxygen/doxygen_postprocesser.pl +++ b/tools/doxygen/doxygen_postprocesser.pl @@ -204,14 +204,14 @@ handle_page($top,-2);# skip roots (we have 2 roots) in level counting ### ### Post-processsing common to all pages ### -map {push @allfiles,$_} qw(html/index.html html/faq.html html/publis.html html/pages.html index.php); +map {push @allfiles,$_} qw(html/index.html html/faq.html html/publis.html html/pages.html html/modules.html index.php); foreach my $file (@allfiles) { open FROM,"$file" || die; my $outfile = "$file"; $outfile =~ s/.(html|php)$/.new.$1/; open TO,">$outfile" || die; - print "POSTPROCESSING $file (tmp=$outfile)\n"; +# print "POSTPROCESSING $file (tmp=$outfile)\n"; while () { # Add the simgrid css, just in case print TO ''."\n"