From: Sebastian Buchwald Date: Tue, 25 Aug 2009 12:57:29 +0000 (+0000) Subject: Added missing parameter documentation. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=e161152c5ef4305849618b557f1938d464a72138;p=libfirm Added missing parameter documentation. [r26424] --- diff --git a/ir/ir/iredges.c b/ir/ir/iredges.c index fd5b2f5eb..7c85452c6 100644 --- a/ir/ir/iredges.c +++ b/ir/ir/iredges.c @@ -208,9 +208,10 @@ void edges_init_graph_kind(ir_graph *irg, ir_edge_kind_t kind) { /** * Get the edge object of an outgoing edge at a node. - * @param irg The graph, the node is in. - * @param src The node at which the edge originates. - * @param pos The position of the edge. + * @param irg The graph, the node is in. + * @param src The node at which the edge originates. + * @param pos The position of the edge. + * @param kind The kind of the edge. * @return The corresponding edge object or NULL, * if no such edge exists. */