Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
docs: try to add a doxygene xample, but breathe does not handle this yet
[simgrid.git] / include / simgrid / s4u / Actor.hpp
index 54f83a7..24b30a6 100644 (file)
@@ -410,6 +410,10 @@ XBT_PUBLIC void execute(double flop);
  *  An execution of priority 2 computes twice as fast as an execution at priority 1. */
 XBT_PUBLIC void execute(double flop, double priority);
 
+/**
+ * @example examples/s4u/exec-ptask/s4u-exec-ptask.cpp
+ */
+
 /** Block the actor until the built parallel execution terminates
  *
  * \rst