X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/059ffba3002aa86e17392c7f2c884095ab64591b..c51823541276dc4b772e8c1c94dafb1291715268:/doc/gtut-tour-04-callback.doc diff --git a/doc/gtut-tour-04-callback.doc b/doc/gtut-tour-04-callback.doc index 5ece1408d3..b23d808aeb 100644 --- a/doc/gtut-tour-04-callback.doc +++ b/doc/gtut-tour-04-callback.doc @@ -26,7 +26,7 @@ speaking about the message we are handling while the second is the payload. The callback returns an integer being its error code, just like the "main()" function. Here is the actual code of our callback: -\don'tinclude 04-callback.c +\dontinclude 04-callback.c \skip gras_msg_cb_ctx_t \until end_of_callback