Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
placeholders for lessons 8 and 9, plus add tocs all over the place to ease the navigation
[simgrid.git] / doc / gtut-tour-4-callback.doc
index 82ff587..5cf803f 100644 (file)
@@ -2,6 +2,14 @@
 /** 
 @page GRAS_tut_tour_callbacks Lesson 4: Attaching callbacks to messages
 
+\section GRAS_tut_tour_callbacks_toc Table of Contents
+ - \ref GRAS_tut_tour_callbacks_declare
+ - \ref GRAS_tut_tour_callbacks_attach
+ - \ref GRAS_tut_tour_callbacks_handle
+ - \ref GRAS_tut_tour_callback_recap
+    
+<hr>
+
 Our program is well and good, but if we had to write a longer program,
 explicitely waiting for messages of a given type would not be really
 practical. To add some more dynamism, what we want to do is to attach
@@ -72,5 +80,5 @@ lastly attached first, and if the return value is 0, it will pass it also to
 the next one, and so on. I'm not sure there is any sensible use of this
 feature, but it's possible ;)
 
-\ref GRAS_tut_tour_globals
+Go to \ref GRAS_tut_tour_globals
 */