Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Engine::run_until: documentation + C bindings
[simgrid.git] / docs / source / app_s4u.rst
index 651503f..1014a80 100644 (file)
@@ -834,11 +834,13 @@ Run the simulation
 
       .. doxygenfunction:: simgrid::s4u::Engine::get_clock()
       .. doxygenfunction:: simgrid::s4u::Engine::run
+      .. doxygenfunction:: simgrid::s4u::Engine::run_until
 
    .. group-tab:: Python
 
       .. automethod:: simgrid.Engine.get_clock
       .. automethod:: simgrid.Engine.run
+      .. automethod:: simgrid.Engine.run_until
 
    .. group-tab:: C