Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
C wrappers to set/get user data of the current actor
[simgrid.git] / doc / doxygen / module-xbt.doc
index f418de9..b43ac11 100644 (file)
@@ -59,7 +59,7 @@
 
   @{ */
      /** @defgroup XBT_dynar  Dynar: generic dynamic array */
-     /** @defgroup XBT_dict   Dict: generic dictionnary */
+     /** @defgroup XBT_dict   Dict: generic dictionary */
 /** @} */
 
 
      /** @defgroup XBT_replay Replay */
 /** @} */ 
 
-/* ************************* *
- * * PORTABILITY-INTERNALS * * (not included in documentation)
- * ************************* */
-
- /** @addtogroup XBT_context Portable context implementation
-  *  @brief Contexts are a higher level system than <tt>setjump/longjmp</tt>
-  *  for non-preemptible threads.
-  *
-  *  You shouldn't use it directly since it is merely intended to ease the
-  *  implementation of the several programmation environment of the
-  *  SimGrid toolkit (namely, @ref MSG_API and @ref SMPI_API).
-  *
-  *  You should use those environments instead.
-  */
-