X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/328fd0722b099d114c3ee91be6ce4b4feeb62a9c..d1d42edba2b125017c709f79ad20f40ea40fa981:/doc/doxygen/module-xbt.doc diff --git a/doc/doxygen/module-xbt.doc b/doc/doxygen/module-xbt.doc index f2421b6afe..6a0c84635b 100644 --- a/doc/doxygen/module-xbt.doc +++ b/doc/doxygen/module-xbt.doc @@ -2,29 +2,21 @@ The XBT functionalities fall into several categories: - Portability support - - \ref XBT_syscall - - \ref XBT_str - - \ref XBT_file + - @ref XBT_syscall + - @ref XBT_str - Grounding features - - \ref XBT_ex - - \ref XBT_ex_c - - \ref XBT_log - - \ref XBT_error - - \ref XBT_config - - \ref XBT_mallocator - - \ref XBT_cunit + - @ref XBT_ex + - @ref XBT_ex_c + - @ref XBT_log + - @ref XBT_error + - @ref XBT_config + - @ref XBT_mallocator + - @ref XBT_cunit - Data structures - - \ref XBT_dynar - - \ref XBT_dict - - \ref XBT_set - Data are associated to both an ID (0(1) search) and a name - - \ref XBT_fifo - - \ref XBT_swag - - \ref XBT_heap - - \ref XBT_peer - - @ref xbt_strbuff - - \ref XBT_misc - - \ref XBT_graph + - @ref XBT_dynar + - @ref XBT_dict + - @ref XBT_misc + - @ref XBT_graph @{ */ /** @defgroup XBT_grounding Grounding features */ @@ -70,9 +62,6 @@ @{ */ /** @defgroup XBT_dynar Dynar: generic dynamic array */ /** @defgroup XBT_dict Dict: generic dictionnary */ - /** @defgroup XBT_fifo Fifo: generic workqueue */ - /** @defgroup XBT_swag Swag: O(1) set datatype */ - /** @defgroup XBT_heap Heap: generic heap data structure */ /** @} */ @@ -87,7 +76,6 @@ @{ */ /** @defgroup XBT_graph General purpose graph library */ /** @defgroup XBT_parmap Parallel map */ - /** @defgroup XBT_peer Peer */ /** @defgroup XBT_synchro Simulated Synchronization */ /** @defgroup XBT_thread Thread stuff */ /** @defgroup XBT_context Portable context implementation */ @@ -98,13 +86,13 @@ * * PORTABILITY-INTERNALS * * (not included in documentation) * ************************* */ - /** \addtogroup XBT_context Portable context implementation - * \brief Contexts are a higher level system than setjump/longjmp + /** @addtogroup XBT_context Portable context implementation + * @brief Contexts are a higher level system than setjump/longjmp * for non-preemptible threads. * * You shouldn't use it directly since it is merely intended to ease the * implementation of the several programmation environment of the - * SimGrid toolkit (namely, \ref MSG_API and \ref SMPI_API). + * SimGrid toolkit (namely, @ref MSG_API and @ref SMPI_API). * * You should use those environments instead. */