From 5bb607d86f01d3861c33c420f6c678e3e887c98b Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 31 Jul 2006 09:04:01 +0000 Subject: [PATCH] doxygen comment added [r8069] --- ir/tr/entity.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ir/tr/entity.h b/ir/tr/entity.h index 74f2cf93d..a3cc43011 100644 --- a/ir/tr/entity.h +++ b/ir/tr/entity.h @@ -3,10 +3,10 @@ * File name: ir/tr/entity.h * Purpose: Representation of all program known entities. * Author: Martin Trapp, Christian Schaefer - * Modified by: Goetz Lindenmaier + * Modified by: Goetz Lindenmaier, Michael Beck * Created: * CVS-ID: $Id$ - * Copyright: (c) 1998-2003 Universität Karlsruhe + * Copyright: (c) 1998-2006 Universität Karlsruhe * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. */ @@ -222,7 +222,7 @@ typedef enum { allocation_dynamic, /**< The entity is allocated during runtime, explicitly by an Alloc node. */ allocation_static /**< The entity is allocated statically. We can use a - Const as address of the entity. */ + Const as address of the entity. This is the default for methods. */ } ent_allocation; /** Returns the allocation type of an entity. */ -- 2.20.1