Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Bugfix: don't assume that null content means not found. Add tons of debugs to find...
[simgrid.git] / doc / module-xbt.doc
index e5bac1b..7093463 100644 (file)
@@ -1,5 +1,7 @@
 /** @addtogroup XBT_API
  *
+ *   - Portability support. 
+ *     - \ref XBT_syscall
  *   - Grounding features
  *     - \ref XBT_log
  *     - \ref XBT_error
  *     - \ref XBT_fifo
  *     - \ref XBT_swag
  *     - \ref XBT_heap
- *   - Portability support. The targeted audiance of this portability support
- *     is merly the programming environments (\ref MSG_API, \ref GRAS_API and
- *     \ref SMPI_API), not the user code which should get its portability from 
- *     the used programming environment. 
- *     - \ref XBT_context
  *
  *  @{
  */
 
+
+/* *************** *
+ * * PORTABILITY * *
+ * *************** */
+
+    /** @defgroup XBT_syscall Malloc and friends
+     *  @brief malloc and associated functions, killing the program on error
+     */
+
 /* ************* *
  * * GROUNDING * *
  * ************* */
@@ -75,9 +81,9 @@
 /**       \addtogroup XBT_heap
           \ingroup XBT_API */
 
-/* *************** *
- * * PORTABILITY * *
- * *************** */
+/* ************************* *
+ * * PORTABILITY-INTERNALS * *
+ * ************************* */
 
  /** \defgroup XBT_context Portable context implementation
   *  \brief Contexts are a higher level system than <tt>setjump/longjmp</tt> 
@@ -87,5 +93,5 @@
   *  implementation of the serveral programmation environment of the 
   *  SimGrid toolkit (nammely, \ref MSG_API, \ref GRAS_API and \ref SMPI_API).
   *
-  *  You should use those mecanism instead.
+  *  You should use those mechanism instead.
   */