From da03a3c837531ecf267b31e63f5a9cedb3d298ca Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 22 Apr 2016 12:17:35 +0200 Subject: [PATCH] fix doxygen comments ordering --- include/xbt/fifo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1