X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/34b70d7b1ff96044e40daa4b42712cfd9f7c1684..3c7f8070aa73f3cf0c8ad0b799d46aa581a4437e:/doc/module-gras.doc diff --git a/doc/module-gras.doc b/doc/module-gras.doc index 5c3d672290..9c84bb25d0 100644 --- a/doc/module-gras.doc +++ b/doc/module-gras.doc @@ -54,11 +54,12 @@ - \ref GRAS_ex_token - \ref GRAS_ex_timer - @{ */ + @{ */ /** @defgroup GRAS_comm Communication facilities */ /** @defgroup GRAS_run Virtualization */ /** @defgroup GRAS_code Project and code management */ /** @defgroup GRAS_ex Examples */ + /** @defgroup GRAS_tut GRAS Tutorial */ /** @} */ ##################################################################### /** @addtogroup GRAS_comm @@ -451,7 +452,7 @@ \section GRAS_ex_stoken_deploy 1) Deployment file Here is the deployment file: - \include examples/gras/tokenS/tokenS_deployment.xml + \include examples/gras/mutual_exclusion/simple_token/simple_token.xml The neighbour of each node is given at startup as command line argument. Moreover, one of the nodes is instructed by a specific argument (the one @@ -465,7 +466,7 @@ message to the next node. That is why we have to store all variable in a global, as explained in the \ref GRAS_globals section. - \dontinclude examples/gras/tokenS/tokenS.c + \dontinclude examples/gras/mutual_exclusion/simple_token/simple_token.c \skip typedef \until }