From: Michael Beck Date: Mon, 3 Feb 2003 10:23:22 +0000 (+0000) Subject: More doxygen comments X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=e403021723be73dfd326e864587c5dfd77ff1d35;p=libfirm More doxygen comments [r720] --- 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_