From: Michael Beck Date: Mon, 3 Feb 2003 11:19:34 +0000 (+0000) Subject: More doxygen comments X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=7de8cbbb16e89276ad695441d04356e4ed8635ab;p=libfirm More doxygen comments [r728] --- 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 */