From c69b441f173a4fab743fd805a01387ff48a4c53c Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 4 Feb 2003 11:33:08 +0000 Subject: [PATCH] More doxygen comments [r733] --- ir/tr/typewalk.h | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/ir/tr/typewalk.h b/ir/tr/typewalk.h index 7ea32a9c6..e00a36bb3 100644 --- a/ir/tr/typewalk.h +++ b/ir/tr/typewalk.h @@ -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$ */ -- 2.20.1