From e403021723be73dfd326e864587c5dfd77ff1d35 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 3 Feb 2003 10:23:22 +0000 Subject: [PATCH] More doxygen comments [r720] --- ir/st/bs.h | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/ir/st/bs.h b/ir/st/bs.h index 8b28b9ce3..bd9662350 100644 --- a/ir/st/bs.h +++ b/ir/st/bs.h @@ -1,17 +1,14 @@ -/* Copyright (c) 2002 by Universität Karlsruhe (TH). All Rights Reserved */ - -/* - NAME - bs - PURPOSE - provide bs_t - S - not quite complete - HISTORY - liekweg - Feb 27, 2002: Created. - CVS: - $Id$ - */ +/* Copyright (c) 2002 by Universitaet Karlsruhe (TH). All Rights Reserved */ + +/** + @file bs.h + + Provides a simple bit set. + + Not quite complete +*/ + +/* $Id$ */ # ifndef _BS_H_ # define _BS_H_ -- 2.20.1