X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3e55380beede63739cdf482bca410d875129ae63..5fd9d7784113bac6bc3d7335498347b88554a573:/tools/doxygen/doxygen_postprocesser.pl diff --git a/tools/doxygen/doxygen_postprocesser.pl b/tools/doxygen/doxygen_postprocesser.pl index dac56a5dfa..7d98a5e89e 100755 --- a/tools/doxygen/doxygen_postprocesser.pl +++ b/tools/doxygen/doxygen_postprocesser.pl @@ -3,15 +3,17 @@ 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/history.html html/contrib.html html/people.html - html/publis.html html/publis__core.html html/publis__extern.html html/publis__intra.html - html/pages.html html/modules.html index.php - html/GRAS_tut.html); +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/platform.html html/install.html html/bindings.html + html/options.html html/use.html html/pls.html html/FAQ.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); + tour_logs tour_timers tour_exceptions tour_simpledata tour_rpc tour_explicitwait + tour_message_recaping tour_staticstruct tour_pointers tour_dynar + tour_manualdatadef tour_exchangecb); # GRAS examples map {push @extra_files, "html/GRAS_ex_$_.html"} qw (ping mmrpc token timer); @@ -148,7 +150,7 @@ while ($line = ) { print OUT $line; } -print OUT "
\n