Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
It was hard to use FIFOs when xbt_fifo_push was not mentioned in the doc
authorthiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 28 Jul 2006 11:50:55 +0000 (11:50 +0000)
committerthiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 28 Jul 2006 11:50:55 +0000 (11:50 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2647 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/xbt/fifo.c

index 2cd4f79..e7cf7ab 100644 (file)
@@ -36,7 +36,7 @@ void xbt_fifo_free(xbt_fifo_t l)
   return;
 }
 
   return;
 }
 
-/* Push
+/** Push
  * \param l list
  * \param t element
  * \return the bucket that was just added
  * \param l list
  * \param t element
  * \return the bucket that was just added