From 7de8cbbb16e89276ad695441d04356e4ed8635ab Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 3 Feb 2003 11:19:34 +0000 Subject: [PATCH] More doxygen comments [r728] --- ir/tr/entity_t.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 */ -- 2.20.1