X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d46afc036c17f291795eaaab14ce42d0a96e3feb..fcfc285a211242ff365a365ffdcd3fab0f426a29:/include/simgrid/msg.h diff --git a/include/simgrid/msg.h b/include/simgrid/msg.h index 2abf905374..1092890a09 100644 --- a/include/simgrid/msg.h +++ b/include/simgrid/msg.h @@ -237,8 +237,6 @@ typedef struct msg_task* msg_task_t; #define MSG_TASK_UNINITIALIZED NULL /** @brief Return code of most MSG functions - @ingroup msg_simulation - @{ */ /* Keep these code as binary values: java bindings manipulate | of these values */ typedef enum { MSG_OK = 0, /**< @brief Everything is right. Keep on going this way ! */ @@ -251,7 +249,6 @@ typedef enum { return now !*/ MSG_TASK_CANCELED = 8 /**< @brief Canceled task. This task has been canceled by somebody!*/ } msg_error_t; -/** @} */ /************************** Global ******************************************/ /** @brief set a configuration variable