Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
first step to separate the host matrix size from the data matrix sizes
[simgrid.git] / doc / module-xbt.doc
index 48502ee..8fc4e95 100644 (file)
@@ -22,6 +22,7 @@
 
    /** @defgroup XBT_grounding   Grounding features */
    /** @defgroup XBT_adt         Usual data structures */
+   /** @defgroup XBT_misc        Misc general purposes library components */
 
 /** @} */
 
      /** @defgroup XBT_heap Heap: generic heap data structure */
 
 /** @} */ End of XBT_adt
+     
+/* 
+ * +++++++++++++++++
+ * + MISC FEATURES +
+ * +++++++++++++++++ 
+ */
+
+/** @addtogroup XBT_misc
+ *
+ * Here are several general purposes library components designed specially
+ * for you, you lucky one.
+ * @{
+ */
+     /** @defgroup XBT_graph General purpose graph library */
+
+/** @} */ End of XBT_misc
 
 /* ************************* *
  * * PORTABILITY-INTERNALS * * (not included in documentation)