Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add doc about parallel tasks. fix some warning in plugins doc
[simgrid.git] / src / s4u / s4u_Task.cpp
index d84357f..7b04687 100644 (file)
@@ -19,6 +19,8 @@ Tasks can only be instancied using either
 An ExecTask is an Execution Task. Its underlying Activity is an :ref:`Exec <API_s4u_Exec>`.
 A CommTask is a Communication Task. Its underlying Activity is a :ref:`Comm <API_s4u_Comm>`.
 
+
+
   @endrst
  */
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(Task, kernel, "Logging specific to the task plugin");