Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
some more tiny doxygen fixes
[simgrid.git] / include / simdag / datatypes.h
index c2ecb0f..961e1fe 100644 (file)
@@ -80,7 +80,7 @@ typedef enum {
 
     @see SD_task_management */
 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;
   SD_TASK_COMM_E2E = 1,       /**< @brief end to end communication */
   SD_TASK_COMP_SEQ = 2,       /**< @brief sequential computation */
 } e_SD_task_kind_t;