From c9362ce8766a481dbb94da0fff6ebfd581dc41a1 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 23 May 2005 11:20:07 +0000 Subject: [PATCH] doxygen docu adde [r5879] --- ir/adt/bitset.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ir/adt/bitset.h b/ir/adt/bitset.h index f20a50296..62f44f9a5 100644 --- a/ir/adt/bitset.h +++ b/ir/adt/bitset.h @@ -245,6 +245,7 @@ static INLINE bitset_pos_t bitset_max(const bitset_t *bs) * @note Note that if pos is set, pos is returned. * @param bs The bitset. * @param pos The bit from which to search for the next set bit. + * @param set if 1, serach for set bits, else for unset bits * @return The next set bit from pos on, or -1, if no set bit was found * after pos. */ -- 2.20.1