X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/45e426637aefc9860afe15b75812d48898975fe3..cae79d7b011ae810a14db52a94fa7d341f02ec51:/src/s4u/s4u_Engine.cpp diff --git a/src/s4u/s4u_Engine.cpp b/src/s4u/s4u_Engine.cpp index c140382196..bf90ae3c4c 100644 --- a/src/s4u/s4u_Engine.cpp +++ b/src/s4u/s4u_Engine.cpp @@ -76,9 +76,9 @@ double Engine::get_clock() /** * Creates a new platform, including hosts, links, and the routing table. * - * \rst + * @beginrst * See also: :ref:`platform`. - * \endrst + * @endrst */ void Engine::load_platform(const std::string& platf) const { @@ -121,7 +121,7 @@ void Engine::register_function(const std::string& name, const std::function& code) { @@ -139,9 +139,9 @@ void Engine::register_function(const std::string& name, const kernel::actor::Act /** Load a deployment file and launch the actors that it contains * - * \rst + * @beginrst * See also: :ref:`deploy`. - * \endrst + * @endrst */ void Engine::load_deployment(const std::string& deploy) const {