From e89853408c9e9f58062d2e73936f26a107177c7a Mon Sep 17 00:00:00 2001 From: Sebastian Buchwald Date: Mon, 24 Aug 2009 14:55:12 +0000 Subject: [PATCH] Use @p to refer parameters. [r26413] --- include/libfirm/irdom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libfirm/irdom.h b/include/libfirm/irdom.h index ed3b2d80e..705d0fd4d 100644 --- a/include/libfirm/irdom.h +++ b/include/libfirm/irdom.h @@ -168,7 +168,7 @@ ir_node *node_smallest_common_dominator(ir_node *a, ir_node *b); * * @param irn A node. * @param handle_phi 1 if Phis should be handled different - * @return The first block dominating all users of @irn + * @return The first block dominating all users of @p irn */ ir_node *node_users_smallest_common_dominator(ir_node *irn, int handle_phi); -- 2.20.1