testsuite for flating point module
[libfirm] / ir / common / panic.h
index 9c3a872..b9f57cf 100644 (file)
@@ -1,15 +1,21 @@
 /* Copyright (C) 1998 - 2000 by Universitaet Karlsruhe
-** All rights reserved.
-**
-** Authors: Martin Trapp, Christian Schaefer
-**
+* All rights reserved.
 */
 
+/**
+ * @file panic.h
+ *
+ * @author Martin Trapp, Christian Schaefer
+ */
+
 /* $Id$ */
 
 # ifndef _PANIC_H_
 # define _PANIC_H_
 
+/**
+ * Prints a panic message to stderr and exits.
+ */
 void panic (const char *fmt, ...);
 
 # endif /*_PANIC_H_ */