From: Sebastian Buchwald Date: Mon, 24 Aug 2009 14:55:12 +0000 (+0000) Subject: Use @p to refer parameters. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=e89853408c9e9f58062d2e73936f26a107177c7a;p=libfirm Use @p to refer parameters. [r26413] --- 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);