init nr field for debug dump output
[libfirm] / ir / tr / typewalk.h
index 7ea32a9..e00a36b 100644 (file)
@@ -1,13 +1,18 @@
 /* Copyright (C) 1998 - 2000 by Universitaet Karlsruhe
-
 * All rights reserved.
+*/
+
+/**
+* @file typewalk.h
+*
+* Traverse the type information.
 *
-* Author: Goetz Lindenmaier
+* @author Goetz Lindenmaier
 *
-* traverse the type information.  The walker walks the whole ir graph
+* The walker walks the whole ir graph
 * to find the distinct type trees in the type graph forest.
-* - execute the pre function before recursion
-* - execute the post function after recursion
+* - execute the pre() function before recursion
+* - execute the post() function after recursion
 */
 
 /* $Id$ */