From b4f94bb0711b6706af39c38f0b18847323b31e83 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 31 Jan 2003 17:33:38 +0000 Subject: [PATCH] More doxygen docu [r714] --- ir/ir/irgwalk.h | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/ir/ir/irgwalk.h b/ir/ir/irgwalk.h index 7349ed12c..bd55265bd 100644 --- a/ir/ir/irgwalk.h +++ b/ir/ir/irgwalk.h @@ -1,16 +1,22 @@ /* Copyright (C) 1998 - 2000 by Universitaet Karlsruhe * All rights reserved. -* -* Author: Boris Boesler -* -* traverse an ir graph -* - execute the pre function before recursion -* - execute the post function after recursion -* -* Uses current_ir_graph (from irgraph.h)!!! Set it to the proper -* graph before starting the walker. */ +/** + * @file irgwalk.h + * + * Traverse an ir graph. + * + * @author Boris Boesler + * + * Traverse an ir graph: + * - execute the pre function before recursion + * - execute the post function after recursion + * + * Uses current_ir_graph (from irgraph.h)!!! Set it to the proper + * graph before starting the walker. + */ + /* $Id$ */ # ifndef _IRGWALK_H_ -- 2.20.1