X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/872edfc797b0084bc83f5d5f7b2b4826371b52ba..63c219ee10cf464f95ad9888e0814439445b53f8:/include/simgrid/engine.h diff --git a/include/simgrid/engine.h b/include/simgrid/engine.h index 4a2247eec8..c63b5d0e39 100644 --- a/include/simgrid/engine.h +++ b/include/simgrid/engine.h @@ -14,14 +14,14 @@ XBT_PUBLIC void simgrid_init(int* argc, char** argv); /** Creates a new platform, including hosts, links, and the routing table. * - * \rst + * \beginrst * See also: :ref:`platform`. * \endrst */ XBT_PUBLIC void simgrid_load_platform(const char* filename); /** Load a deployment file and launch the actors that it contains * - * \rst + * \beginrst * See also: :ref:`deploy`. * \endrst */