X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1d18e615eaa617d3354bc22dfbe711d34be9f902..5b4107ca0e88a868548c268405b315e6a0037564:/doc/doxygen/modules.doc diff --git a/doc/doxygen/modules.doc b/doc/doxygen/modules.doc index 7b5f076a44..783a39247f 100644 --- a/doc/doxygen/modules.doc +++ b/doc/doxygen/modules.doc @@ -1,10 +1,10 @@ -/** +/** @defgroup MSG_API MSG @brief Simple programming environment */ -/** +/** @defgroup XBT_API XBT @brief The core toolbox of SimGrid, containing usefull datatypes and friends */ @@ -73,7 +73,7 @@ parameter in the command line (see \ref tracing for details). SURF provides the core functionnalities to simulate a virtual platform. It is very low-level and is not intended to be used by end users, but rather to serve as a basis for higher-level simulators. Its -interface are not frozen (and will probably never be), and the +interfaces are not frozen (and probably never will be), and the structure emphasis on performance over ease of use. This module contains the platform models. If you need a model that is not encoded yet, please come to the devel mailing list so that we can discuss on