X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b5ce62c56116731e8586e42aed37eac39ff387b6..512c29cd8af269e41d82be7c06c40532c7ca9e8c:/doc/module-xbt.doc diff --git a/doc/module-xbt.doc b/doc/module-xbt.doc index 48502eecd0..8fc4e95b0f 100644 --- a/doc/module-xbt.doc +++ b/doc/module-xbt.doc @@ -22,6 +22,7 @@ /** @defgroup XBT_grounding Grounding features */ /** @defgroup XBT_adt Usual data structures */ + /** @defgroup XBT_misc Misc general purposes library components */ /** @} */ @@ -68,6 +69,22 @@ /** @defgroup XBT_heap Heap: generic heap data structure */ /** @} */ End of XBT_adt + +/* + * +++++++++++++++++ + * + MISC FEATURES + + * +++++++++++++++++ + */ + +/** @addtogroup XBT_misc + * + * Here are several general purposes library components designed specially + * for you, you lucky one. + * @{ + */ + /** @defgroup XBT_graph General purpose graph library */ + +/** @} */ End of XBT_misc /* ************************* * * * PORTABILITY-INTERNALS * * (not included in documentation)