X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2Fentity_t.h;h=fafbfeb8ff81a720ceedab7e06a6571a10689974;hb=823a3abad1ab22cc4db2073410bf8f0e200441bc;hp=6ff0da8502e2bb13f4f91462483d8495c303ce72;hpb=f3157bda5e3b46233ea4ec9abd8499a8e7bb83ff;p=libfirm diff --git a/ir/tr/entity_t.h b/ir/tr/entity_t.h index 6ff0da850..fafbfeb8f 100644 --- a/ir/tr/entity_t.h +++ b/ir/tr/entity_t.h @@ -1,11 +1,14 @@ /*10 2002/03/19 13:08:33 * Copyright (C) 1998 - 2000 by Universitaet Karlsruhe * All rights reserved. +*/ + +/** +* @file entity_t.h * -* Authors: Martin Trapp, Christian Schaefer, -* Goetz Lindenmaier +* entity.h: entities represent all program known objects. * -* entity.h: entities represent all program known objects. +* @author Martin Trapp, Christian Schaefer, Goetz Lindenmaier * * An entity is the representation of program known objects in Firm. * The primary concept of entities is to represent members of complex @@ -23,7 +26,6 @@ * program is a universally defined class type "GlobalType". The owner * of procedures defined in the scope of an other procedure is the * enclosing procedure. -* */ /* $Id$ */ @@ -33,6 +35,7 @@ # include "entity.h" +/** the type of an entity */ struct entity { firm_kind kind; /**< dynamic type tag for entity. */ ident *name; /**< name of this entity */