doxygen docu fixed
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 6 Jul 2005 16:24:46 +0000 (16:24 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 6 Jul 2005 16:24:46 +0000 (16:24 +0000)
[r6195]

ir/ir/irgwalk.h

index 29ac04c..1f521cf 100644 (file)
@@ -156,6 +156,7 @@ void walk_const_code(irg_walk_func *pre, irg_walk_func *post, void *env);
  * pre and post functions.  Does not use the link fields.
  * Do NOT leave the graph in interprocedural view.
  *
+ * @param node - the root node where the walk will start
  * @param pre  - walker function, executed before the predecessor of a node are visited
  * @param post - walker function, executed after the predecessor of a node are visited
  * @param env  - environment, passed to pre and post