Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make doxygen happy by providing a short description of this enum as a whole
[simgrid.git] / include / xbt / ex.h
index c2de673..3a4a7ba 100644 (file)
@@ -211,6 +211,7 @@ typedef struct { __ex_mctx_struct } __ex_mctx_t;
  * @{
  */
 
+/** @brief different kind of errors */
 typedef enum {
   unknown_error=0,  /**< unknown error */
   arg_error,        /**< Invalid argument */