From: navarro Date: Wed, 11 Apr 2012 10:13:00 +0000 (+0200) Subject: Fix documentation navbar and page for tour dynar. X-Git-Tag: v3_7~65^2~4^2~9 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5fd9d7784113bac6bc3d7335498347b88554a573 Fix documentation navbar and page for tour dynar. --- diff --git a/doc/gtut-tour.doc b/doc/gtut-tour.doc index 57b1320174..0288a1c290 100644 --- a/doc/gtut-tour.doc +++ b/doc/gtut-tour.doc @@ -21,7 +21,7 @@ all features available in GRAS. DOXYGEN_NAVBAR_CHILD "Recapping part 1"=GRAS_tut_tour_message_recaping.html DOXYGEN_NAVBAR_CHILD "12: Static data definition"=GRAS_tut_tour_staticstruct.html DOXYGEN_NAVBAR_CHILD "13: Pointers definition"=GRAS_tut_tour_pointers.html - DOXYGEN_NAVBAR_CHILD "14: Dynars definition"=GRAS_tut_tour_dynars.html + DOXYGEN_NAVBAR_CHILD "14: Dynars definition"=GRAS_tut_tour_dynar.html DOXYGEN_NAVBAR_CHILD "15: Manual data definition"=GRAS_tut_tour_manualdatadef.html DOXYGEN_NAVBAR_CHILD "16: Advanced data definition"=GRAS_tut_tour_exchangecb.html --> \endhtmlonly diff --git a/tools/doxygen/doxygen_postprocesser.pl b/tools/doxygen/doxygen_postprocesser.pl index 7a41fb1067..7d98a5e89e 100755 --- a/tools/doxygen/doxygen_postprocesser.pl +++ b/tools/doxygen/doxygen_postprocesser.pl @@ -11,7 +11,9 @@ my @extra_files = qw(html/index.html html/pages.html html/modules.html html/anno # 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); @@ -401,7 +403,8 @@ foreach my $file (@allfiles) { || $file =~ /^html\/modules.*/ || $file =~ /^html\/annotated.*/ || $file =~ /^html\/group__.*/ - || $file =~ /^html\/functions.*/) + || $file =~ /^html\/functions.*/ + || $file =~ /^html\/GRAS_tut_tour_.*/) { $tmp_buff .= '
'."\n"; $tmp_buff .= '