Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Initial commit for split doc (in order to let Pierre play with it). Please do not...
[simgrid.git] / doc / ref_guide / doxygen / module-xbt.doc
similarity index 86%
rename from doc/module-xbt.doc
rename to doc/ref_guide/doxygen/module-xbt.doc
index 646c948..0a270af 100644 (file)
@@ -65,6 +65,7 @@
      /** @defgroup XBT_fifo   Fifo: generic workqueue */
      /** @defgroup XBT_swag   Swag: O(1) set datatype */
      /** @defgroup XBT_heap Heap: generic heap data structure */
+     /** @defgroup XBT_dd Data description */
 /** @} */
 
 
 
   @{ */
      /** @defgroup XBT_graph General purpose graph library */
-/** @} */ End of XBT_misc
+     /** @defgroup XBT_parmap Parallel map */    
+     /** @defgroup XBT_peer Peer */    
+     /** @defgroup XBT_queue Queue */
+     /** @defgroup XBT_sock Sock */    
+     /** @defgroup XBT_synchro Synchro stuff */        
+     /** @defgroup XBT_thread Thread stuff */  
+     /** @defgroup XBT_context Portable context implementation */              
+/** @} */ 
 
 /* ************************* *
  * * PORTABILITY-INTERNALS * * (not included in documentation)
  * ************************* */
 
- /** \defgroup XBT_context Portable context implementation
+ /** \addtogroup XBT_context Portable context implementation
   *  \brief Contexts are a higher level system than <tt>setjump/longjmp</tt>
   *  for non-preemptible threads.
   *