X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/81f80a4bedcbda4763f11f9e4853b9085ba122a8..51c73230bec626b1240fc9f2145ca3c802b05348:/doc/module-xbt.doc diff --git a/doc/module-xbt.doc b/doc/module-xbt.doc index cdcdd06753..4c0b2b1ed8 100644 --- a/doc/module-xbt.doc +++ b/doc/module-xbt.doc @@ -3,19 +3,25 @@ The XBT functionalities fall into several categories: - Portability support - \ref XBT_syscall + - \ref XBT_str - Grounding features - \ref XBT_ex - \ref XBT_log - \ref XBT_error - \ref XBT_config + - \ref XBT_mallocator - 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_queue - \ref XBT_swag - \ref XBT_heap + - \ref XBT_peer + - \ref XBT_misc + - \ref XBT_graph @{ */ /** @defgroup XBT_grounding Grounding features */ @@ -36,10 +42,12 @@ @{ */ /** @defgroup XBT_syscall Malloc and friends */ + /** @defgroup XBT_str String related functions */ /** @defgroup XBT_ex Exception support */ /** @defgroup XBT_log Logging support */ /** @defgroup XBT_error Assert macro familly */ /** @defgroup XBT_config Configuration support */ + /** @defgroup XBT_mallocator Mallocators */ /** @} */