X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e6b55b12b9633959a3dc6c68ac7cf91c2228ac16..13e0c316176dfe56c04b66d96b65a174e76d0549:/include/simgrid/platf.h diff --git a/include/simgrid/platf.h b/include/simgrid/platf.h index f5f37fa117..d894607a28 100644 --- a/include/simgrid/platf.h +++ b/include/simgrid/platf.h @@ -18,7 +18,8 @@ typedef struct RoutingEdge *sg_routing_edge_t; XBT_PUBLIC(sg_routing_edge_t) sg_routing_edge_by_name_or_null(const char *name); -/** Defines whether a given resource is working or not */ +/** @ingroup SURF_interface +* @brief Defines whether a given resource is working or not */ typedef enum { SURF_RESOURCE_ON = 1, /**< Up & ready */ SURF_RESOURCE_OFF = 0 /**< Down & broken */