More doxygen comments
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 3 Feb 2003 10:23:22 +0000 (10:23 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 3 Feb 2003 10:23:22 +0000 (10:23 +0000)
[r720]

ir/st/bs.h

index 8b28b9c..bd96623 100644 (file)
@@ -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_