X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9d7dca1d2de1e6d67027e4ba33fefe1eb09550e3..e87c0418a1576e6e40be2c67c6e4890d2a90981b:/doc/doxygen/module-xbt.doc diff --git a/doc/doxygen/module-xbt.doc b/doc/doxygen/module-xbt.doc index ee62c0a120..f2421b6afe 100644 --- a/doc/doxygen/module-xbt.doc +++ b/doc/doxygen/module-xbt.doc @@ -64,15 +64,15 @@ 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 */ /** @defgroup XBT_dict Dict: generic dictionnary */ - /** @defgroup XBT_set Set: generic set datatype */ /** @defgroup XBT_fifo Fifo: generic workqueue */ /** @defgroup XBT_swag Swag: O(1) set datatype */ /** @defgroup XBT_heap Heap: generic heap data structure */ - /** @defgroup XBT_dd Data description */ /** @} */ @@ -88,7 +88,7 @@ /** @defgroup XBT_graph General purpose graph library */ /** @defgroup XBT_parmap Parallel map */ /** @defgroup XBT_peer Peer */ - /** @defgroup XBT_synchro Synchro stuff */ + /** @defgroup XBT_synchro Simulated Synchronization */ /** @defgroup XBT_thread Thread stuff */ /** @defgroup XBT_context Portable context implementation */ /** @defgroup XBT_replay Replay */