X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0f5e8daaa6e9f74521068aa75837200bcd182ea6..73052dfb9f57afd297759e83dde2637c26ba7d1a:/include/simdag/datatypes.h diff --git a/include/simdag/datatypes.h b/include/simdag/datatypes.h index c2ecb0fdb1..961e1fed6d 100644 --- a/include/simdag/datatypes.h +++ b/include/simdag/datatypes.h @@ -80,7 +80,7 @@ typedef enum { @see SD_task_management */ typedef enum { - SD_TASK_NOT_TYPED = 0, /**< @no specified type */ + SD_TASK_NOT_TYPED = 0, /**< @brief no specified type */ SD_TASK_COMM_E2E = 1, /**< @brief end to end communication */ SD_TASK_COMP_SEQ = 2, /**< @brief sequential computation */ } e_SD_task_kind_t;