From af874fa6439abc37a74564bf32a623dee73e9e34 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 30 Apr 2007 09:32:06 +0000 Subject: [PATCH] small cleanups [r13553] --- ir/tr/tpop.h | 2 +- ir/tr/type_or_entity.h | 27 +++++++-------------------- ir/tr/type_t.h | 11 ++--------- 3 files changed, 10 insertions(+), 30 deletions(-) diff --git a/ir/tr/tpop.h b/ir/tr/tpop.h index ee6e6bc28..060e63af2 100644 --- a/ir/tr/tpop.h +++ b/ir/tr/tpop.h @@ -18,7 +18,7 @@ */ /** - * @file tpop.h + * @file * @brief Opcode of types. * @author Goetz Lindenmaier, Michael Beck * @version $Id$ diff --git a/ir/tr/type_or_entity.h b/ir/tr/type_or_entity.h index 403ff3f39..eee03edc4 100644 --- a/ir/tr/type_or_entity.h +++ b/ir/tr/type_or_entity.h @@ -17,27 +17,14 @@ * PURPOSE. */ -/* - * Project: libFIRM - * File name: ir/tr/type_or_entity.h - * Purpose: Provides a datatype to treat types and entities as the same. - * Author: Goetz Lindenmaier - * Modified by: - * Created: - * CVS-ID: $Id$ - * Copyright: (c) 1999-2003 Universität Karlsruhe - */ - /** - * @file type_or_entity.h - * - * Provides a datatype to treat types and entities as the same. - * - * @author Goetz Lindenmaier + * @file + * @brief Provides a datatype to treat types and entities as the same. + * @author Goetz Lindenmaier + * @version $Id$ */ - -# ifndef _TYPE_OR_ENTITY_H_ -# define _TYPE_OR_ENTITY_H_ +#ifndef FIRM_TR_TYPE_OR_ENTITY_H +#define FIRM_TR_TYPE_OR_ENTITY_H #include "firm_types.h" @@ -48,4 +35,4 @@ typedef union { } type_or_ent; -# endif /* _TYPE_OR_ENTITY_H_ */ +# endif /* FIRM_TR_TYPE_OR_ENTITY_H */ diff --git a/ir/tr/type_t.h b/ir/tr/type_t.h index 82909d4fb..8049cc62f 100644 --- a/ir/tr/type_t.h +++ b/ir/tr/type_t.h @@ -18,10 +18,11 @@ */ /** - * @file type.c + * @file * @brief Representation of types -- private header. * @author Goetz Lindenmaier, Michael Beck * @version $Id$ + * @see type.h tpop_t.h tpop.h */ #ifndef FIRM_TR_TYPE_T_H #define FIRM_TR_TYPE_T_H @@ -33,14 +34,6 @@ #include "array.h" -/** - * @file type_t.h - * This file contains the datatypes hidden in type.h. - * - * @author Goetz Lindenmaier - * @see type.h tpop_t.h tpop.h - */ - /** Class flags. */ enum class_flags { cf_none = 0, /**< No flags. */ -- 2.20.1