From dce08fe1e16cc851ad994b925d5d36a863648c8f Mon Sep 17 00:00:00 2001 From: mquinson Date: Sat, 11 Apr 2009 16:39:37 +0000 Subject: [PATCH] Add a link from the documentation down to the relevant tutorial section git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6226 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- include/gras/process.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/gras/process.h b/include/gras/process.h index 335a9c11d2..43ead0c104 100644 --- a/include/gras/process.h +++ b/include/gras/process.h @@ -32,7 +32,10 @@ void gras_agent_spawn(const char *name, void *data, xbt_main_func_t code, int ar * * Use the \ref gras_userdata_new macro to create a new user data (or malloc it * and use \ref gras_userdata_set yourself), and \ref gras_userdata_get to - * retrieve a reference to it. + * retrieve a reference to it. + * + * For more info on this, you may want to check the relevant lesson of the GRAS tutorial: + * \ref GRAS_tut_tour_globals */ /* @{ */ -- 2.20.1