X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/30a925489c6e4d4a92042ef80de375c56ccb562b..528fa2ce6be027b5428d122666ffc37706155449:/include/xbt/fifo.h diff --git a/include/xbt/fifo.h b/include/xbt/fifo.h index ec66ad1d5d..1f152d5392 100644 --- a/include/xbt/fifo.h +++ b/include/xbt/fifo.h @@ -79,8 +79,8 @@ XBT_PUBLIC(xbt_fifo_item_t) xbt_fifo_get_prev_item(xbt_fifo_item_t i); * asserts and stuff * \param f a list (#xbt_fifo_t) * \param i a bucket (#xbt_fifo_item_t) - * \param type a type * \param n an object of type \a type. + * \param type the type of objects contained in the fifo * @hideinitializer * * Iterates over the whole list.