From: mquinson Date: Mon, 31 Jul 2006 12:09:36 +0000 (+0000) Subject: also post-process the examples X-Git-Tag: v3.3~2702 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4cb158ece7d128b374f76d760012d4bd69dd4989 also post-process the examples git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2657 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/tools/doxygen/doxygen_postprocesser.pl b/tools/doxygen/doxygen_postprocesser.pl index f3d53f1469..83e3ee74e3 100755 --- a/tools/doxygen/doxygen_postprocesser.pl +++ b/tools/doxygen/doxygen_postprocesser.pl @@ -5,10 +5,14 @@ use strict; # Add here the pages of the documentation generated by a @page doxygen macro my @extra_files = qw(html/index.html html/faq.html html/publis.html html/pages.html html/modules.html html/contrib.html index.php html/GRAS_tut.html); +# GRAS tutorial map {push @extra_files, "html/GRAS_tut_$_.html"} qw (intro tour tour_install tour_setup tour_simpleexchange tour_args tour_callbacks tour_globals tour_logs tour_timers tour_exceptions tour_rpc); +# GRAS examples +map {push @extra_files, "html/GRAS_ex_$_.html"} qw (ping mmrpc token timer); + my %debug; $debug{'parse'} = 0; # show how we parse the module tree $debug{'input'} = 0; # display the resulting tree