X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/75376c75e169d332315f02a0e3665f7641c67f42..f71efc828abd2f0cef6995c3911c52353172832d:/examples/s4u/README.doc diff --git a/examples/s4u/README.doc b/examples/s4u/README.doc index e08626cc70..f80cb812a9 100644 --- a/examples/s4u/README.doc +++ b/examples/s4u/README.doc @@ -13,20 +13,27 @@ documentation, but it should remain readable directly. @ingroup s4u_api @brief Find the S4U example fitting your needs in the archive. - - @ref s4u_ex_launching + - @ref s4u_ex_basics - @ref s4u_ex_synchro -@section s4u_ex_launching Launching actors to populate your simulation +@section s4u_ex_basics Basics of SimGrid simulation + + - Launching actors + Shows how to start your actors to populate your simulation\n + @ref examples/s4u/launching/s4u_launching.cpp and @ref examples/s4u/launching/deployment.xml @section s4u_ex_synchro Inter-Actor Synchronization - - Mutex. - @ref examples/s4u/mutex/s4u_mutex.cpp\n - Shows how to use simgrid::s4u::Mutex synchronization objects + - Mutex. + Shows how to use simgrid::s4u::Mutex synchronization objects\n + @ref examples/s4u/mutex/s4u_mutex.cpp */ /** +@example examples/s4u/launching/s4u_launching.cpp +@example examples/s4u/launching/deployment.xml + @example examples/s4u/mutex/s4u_mutex.cpp */ \ No newline at end of file