Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace_mgr] cosmetics: only declare variables on need
[simgrid.git] / doc / doxygen / modules.doc
index ce56ce3..783a392 100644 (file)
@@ -1,23 +1,10 @@
-/** 
+/**
 @defgroup MSG_API      MSG
 @brief Simple programming environment
 
 @defgroup MSG_API      MSG
 @brief Simple programming environment
 
-MSG was the first distributed programming environment provided within
-SimGrid. While almost realistic, it remains quite simple
-(simplistic?).
-
-@section MSG_who Who should use this (and who shouldn't)
-
-You should use this module if you want to study some heuristics for a
-given problem you don't really want to implement. If you want to use
-DAGs, have a look at the \ref SD_API programming environment. If you
-want to study an existing MPI program, have a look at the \ref
-SMPI_API one. If none of those programming environments fits your
-needs, you may consider implementing your own directly on top of 
-\ref SURF_API (but you probably want to contact us before). 
 */
 
 */
 
-/** 
+/**
 @defgroup XBT_API      XBT
 @brief The core toolbox of SimGrid, containing usefull datatypes and friends
 */
 @defgroup XBT_API      XBT
 @brief The core toolbox of SimGrid, containing usefull datatypes and friends
 */
@@ -86,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
 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
 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