X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1b7854be6d046f7aff1209967630aea1075b0e01..ade879a8236e316c6e7ca02ec909981d957cae85:/doc/modules.doc diff --git a/doc/modules.doc b/doc/modules.doc index f61d599c48..40ea7f265f 100644 --- a/doc/modules.doc +++ b/doc/modules.doc @@ -1,54 +1,13 @@ /** \defgroup SimGrid_API API of SimGrid */ -/** \defgroup XBT_API XBT (eXtended Bundle of tools) +/** \defgroup XBT_API XBT \ingroup SimGrid_API \brief The core toolbox of SimGrid, containing usefull datatypes, portability support and so on. */ -/** \defgroup XBT_ground Grounding features of the XBT (logging and error reporting) - \ingroup XBT_API */ - /** \addtogroup XBT_log - \ingroup XBT_ground */ - /** \defgroup XBT_log_cats Existing log categories - \ingroup XBT_log - \brief (automatically extracted) - - This is the list of all existing log categories in SimGrid. - This list was automatically extracted from the source code by - the src/xbt_log_extract_hierarchy utility. - - You can thus be certain that it is uptodate, but it may somehow - lack a final manual touch. - Anyway, nothing's perfect ;) - */ - /** \addtogroup XBT_error - \ingroup XBT_ground */ -/** \defgroup XBT_structs Datatypes defined in the XBT - \ingroup XBT_API */ -/** \addtogroup XBT_dict - \ingroup XBT_structs */ -/** \addtogroup XBT_dynar - \ingroup XBT_structs */ -/** \addtogroup XBT_fifo - \ingroup XBT_structs */ -/** \addtogroup XBT_set - \ingroup XBT_structs */ -/** \addtogroup XBT_swag - \ingroup XBT_structs */ -/** \addtogroup XBT_heap - \ingroup XBT_structs */ - -/** \defgroup XBT_port Portability support defined in the XBT - (you shouldn't use it directly) - \ingroup XBT_API */ -/** \addtogroup XBT_context - \ingroup XBT_port */ -/** \addtogroup XBT_sysdep - \ingroup XBT_port */ - -/** \defgroup SURF_API SURF (simulator kernel) +/** \defgroup SURF_API SURF \ingroup SimGrid_API \brief Kernel of all the simulators used in SimGrid, and associated models.