X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9b048ccf439b072f6a0be4e2352dc14a515a3ea6..00e10260c18a854d25ebf608ab62f3b59e262a61:/src/xbt/fifo.c diff --git a/src/xbt/fifo.c b/src/xbt/fifo.c index ed8b30e599..80922f1a77 100644 --- a/src/xbt/fifo.c +++ b/src/xbt/fifo.c @@ -10,17 +10,6 @@ /*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 */