Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fixing the doc...
[simgrid.git] / src / xbt / fifo.c
index ed8b30e..80922f1 100644 (file)
 
 /*XBT_LOG_NEW_DEFAULT_SUBCATEGORY(fifo,xbt,"FIFO"); UNUSED SO FAR */
 
 
 /*XBT_LOG_NEW_DEFAULT_SUBCATEGORY(fifo,xbt,"FIFO"); UNUSED SO FAR */
 
-/** \defgroup XBT_fifo A generic workqueue
-  *  \brief This section describes the API to generic workqueue. These functions
-  *   provide the same kind of functionnality as dynamic arrays but in time O(1). 
-  *   However these functions use malloc/free a way too much often.
-  */
-
-/** \name Functions 
- *  \ingroup XBT_fifo
- */
-/* @{ */
-
 /** Constructor
  * \return a new fifo
  */
 /** Constructor
  * \return a new fifo
  */