Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Reduce number of nested code blocks.
[simgrid.git] / doc / doxygen / module-index.doc
index 57c4fa2377ae8cfeac38f5ae7fd241d8888d57cb..096e81d84ddfffc23b582615aab914a467a5d83a 100644 (file)
@@ -47,7 +47,7 @@ This is not the way it goes in SimGrid: the network routing is defined
 in a global and compact way instead. This eases the modeling of very
 large systems, and allows highly optimized datastructures and
 algorithms in the simulator. The proposed description mechanism is
-thus much more convinient and efficient. In addition, it is more
+thus much more convenient and efficient. In addition, it is more
 expressive than the classical solution based on forwarding tables on
 each host and router. 
 
@@ -100,20 +100,11 @@ in other languages). Until then, please head to @ref platform.
 
 */
 
-/** @defgroup SIMIX_API      SIMIX
-    @brief POSIX-like interface for building simulation
-
-    This is a developer-level interface that should be useful only if you
-    plan to design a new interface for SimGrid.
-*/
-
-
-
 /**
 @defgroup SURF_API SURF
 @brief Internal kernel of all the simulators used in SimGrid, and associated models.
 
-SURF provides the core functionnalities to simulate a virtual
+SURF provides the core functionalities 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
 interfaces are not frozen (and probably never will be), and the