some fixes for xml dumper / still buggy.
[libfirm] / ir / common / panic.h
index c403a85..b9f57cf 100644 (file)
@@ -1,13 +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_ */