X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2Fentity.h;h=ec77b40af9cfddc75ec48fe1c91b1d2cc4abe887;hb=8ca297d3fa1c84b58d71a9ec102061239159f9a7;hp=1cd05f359d33306c4e5e727db1f3a541469fbadf;hpb=077b99e35d21c8bde6f8626ebd38e58bea03cf74;p=libfirm diff --git a/ir/tr/entity.h b/ir/tr/entity.h index 1cd05f359..ec77b40af 100644 --- a/ir/tr/entity.h +++ b/ir/tr/entity.h @@ -29,12 +29,11 @@ */ /** - * @file entity.h - * - * Entities represent all program known objects. - * - * @author Martin Trapp, Christian Schaefer - * @author Goetz Lindenmaier + * @file entity.h + * @brief Representation of all program known entities. + * @author Martin Trapp, Christian Schaefer, Goetz Lindenmaier, Michael Beck + * @version $Id$ + * @summary * * An entity is the representation of program known objects in Firm. * The primary concept of entities is to represent members of complex @@ -55,8 +54,8 @@ * * @link ir_entity */ -#ifndef _FIRM_TR_ENTITY_H_ -#define _FIRM_TR_ENTITY_H_ +#ifndef FIRM_TR_ENTITY_H +#define FIRM_TR_ENTITY_H #include "firm_types.h" #include "dbginfo.h" @@ -646,4 +645,4 @@ ir_img_section get_method_img_section(const ir_entity *method); /** Sets the section of a method. */ void set_method_img_section(ir_entity *method, ir_img_section section); -#endif /* _FIRM_TR_ENTITY_H_ */ +#endif /* FIRM_TR_ENTITY_H */