X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/49e85177c669d793e84242983a1b1f430e47184e..13c7100f199d09a58ce0dff327bdae3de484e082:/include/xbt/config.h diff --git a/include/xbt/config.h b/include/xbt/config.h index f109024ae5..e2d82d57f6 100644 --- a/include/xbt/config.h +++ b/include/xbt/config.h @@ -166,8 +166,10 @@ typedef enum { xbt_cfgelm_boolean, /**< int */ xbt_cfgelm_peer, /**< both a char* (representing the peername) and an integer (representing the port) */ + //! @cond xbt_cfgelm_any, /* not shown to users to prevent errors */ xbt_cfgelm_type_count + //! @endcond } e_xbt_cfgelm_type_t; /** Boolean possible values **/