Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[smpi] Use a std::unique_ptr for f2c_lookup_.
[simgrid.git] / src / s4u / s4u_Engine.cpp
index 0cfdc0754f92859131fe6e4bb12715d6512839e0..bf90ae3c4c7b70f40f04ce4b21912cfa93ba3e0e 100644 (file)
@@ -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
 {
@@ -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
 {