From: Martin Quinson Date: Fri, 22 Apr 2016 10:17:35 +0000 (+0200) Subject: fix doxygen comments ordering X-Git-Tag: v3_13~34^2~33 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/da03a3c837531ecf267b31e63f5a9cedb3d298ca fix doxygen comments ordering --- 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.