X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1ad19bb40f7e74d3fb3689982c36794866c645e3..a07e0280b245200f483e170d446156f1dea261f3:/doc/doxygen/module-xbt.doc?ds=sidebyside diff --git a/doc/doxygen/module-xbt.doc b/doc/doxygen/module-xbt.doc index 30df3723e7..ef58360d1a 100644 --- a/doc/doxygen/module-xbt.doc +++ b/doc/doxygen/module-xbt.doc @@ -7,6 +7,7 @@ - \ref XBT_file - Grounding features - \ref XBT_ex + - \ref XBT_ex_c - \ref XBT_log - \ref XBT_error - \ref XBT_config @@ -21,13 +22,14 @@ - \ref XBT_swag - \ref XBT_heap - \ref XBT_peer + - @ref xbt_strbuff - \ref XBT_misc - \ref XBT_graph @{ */ /** @defgroup XBT_grounding Grounding features */ /** @defgroup XBT_adt Usual data structures */ - /** @defgroup XBT_misc Misc general purposes library components */ + /** @defgroup XBT_misc Miscellaneous */ /** @} */ @@ -44,7 +46,8 @@ /** @defgroup XBT_syscall Malloc and friends */ /** @defgroup XBT_str String related functions */ - /** @defgroup XBT_ex Exception support */ + /** @defgroup XBT_ex Exception support (C++) */ + /** @defgroup XBT_ex_c Exception support (C) */ /** @defgroup XBT_log Logging support */ /** @defgroup XBT_error Assert macro familly */ /** @defgroup XBT_config Configuration support */ @@ -53,12 +56,16 @@ /** @} */ + + ######################################################################## /** @addtogroup XBT_adt Here are the basic data containers that every C programmer rewrites one day. You won't need to do so yourself, you lucky one, because we did it for you. + However, if you are programming in C++ you might want to use C++ containers + instead. @{ */ /** @defgroup XBT_dynar Dynar: generic dynamic array */