From: Michael Beck Date: Thu, 25 Jan 2007 23:12:40 +0000 (+0000) Subject: doxygen comment updated X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=6642d975ccbd1984001893eba54b5e0a0e3104c6;p=libfirm doxygen comment updated [r8561] --- diff --git a/ir/ir/irphase_t.h b/ir/ir/irphase_t.h index 3d9920e8c..02453a1ba 100644 --- a/ir/ir/irphase_t.h +++ b/ir/ir/irphase_t.h @@ -6,7 +6,7 @@ * Modified by: * Created: * CVS-ID: $Id$ - * Copyright: (c) 1998-2006 Universitaet Karlsruhe + * Copyright: (c) 1998-2007 Universitaet Karlsruhe * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. */ @@ -59,8 +59,10 @@ struct _phase_t { * @param name The name of the phase. * @param irg The graph the phase will run on. * @param growth_factor A factor denoting how many node slots will be additionally allocated, - * if the node => data is full. 256 means 1.0. + * if the node => data is full. The factor is given in units of 1/256, so + * 256 means 1.0. * @param irn_data_init A callback that is called to initialize newly created node data. + * Must be non-null. * @param priv Some private pointer which is kept in the phase and can be retrieved with phase_get_private(). * @return A new phase object. */